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 5e10be3 commit 9e3b2e3Copy full SHA for 9e3b2e3
.github/workflows/nodejs.yml
@@ -276,12 +276,13 @@ jobs:
276
- name: setup library
277
run: |
278
set -ex
279
+ dev_constraints=' npm-run-all2 c8 mocha fast-glob rimraf '
280
echo "::group::install prod"
281
npm i --ignore-scripts --omit=optional --omit=dev --loglevel=silly
282
echo "::endgroup::"
- echo "::endgroup::install dev"
283
+ echo "::group::install dev"
284
## install the needed dev-deps
- npm i --ignore-scripts --omit=optional --no-save --loglevel=silly mocha c8 npm-run-all2 fast-glob
285
+ npm i --ignore-scripts --omit=optional --no-save --loglevel=silly $dev_constraints
286
287
- name: fetch build artifact
288
# see https://github.com/actions/download-artifact
0 commit comments