Skip to content

Commit 5bd4b28

Browse files
committed
reseaech
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent f6f879d commit 5bd4b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
run: |
208208
set -ex
209209
echo "::group::install prod"
210-
npm i --ignore-scripts --include=optional --include=dev --production --loglevel=silly
210+
npm i --ignore-scripts --include=optional --include=dev --loglevel=silly
211211
echo "::endgroup::"
212212
## rebuild deps for which scripts were ignored, or partially installed - since "ignore-scripts" was used
213213
echo "::group::rebuild libxmljs2"

0 commit comments

Comments
 (0)