We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f879d commit 5bd4b28Copy full SHA for 5bd4b28
.github/workflows/nodejs.yml
@@ -207,7 +207,7 @@ jobs:
207
run: |
208
set -ex
209
echo "::group::install prod"
210
- npm i --ignore-scripts --include=optional --include=dev --production --loglevel=silly
+ npm i --ignore-scripts --include=optional --include=dev --loglevel=silly
211
echo "::endgroup::"
212
## rebuild deps for which scripts were ignored, or partially installed - since "ignore-scripts" was used
213
echo "::group::rebuild libxmljs2"
0 commit comments