We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c292d commit f997bceCopy full SHA for f997bce
.github/workflows/deploy-stg.yml
@@ -39,7 +39,7 @@ jobs:
39
restore-keys: |
40
${{ runner.os }}-public-gatsby-
41
42
- - run: npm install
+ - run: npm install --legacy-peer-deps
43
44
- run: GENERATE_DATASHEETS=true npm run build
45
0 commit comments