File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211211 # we need to craft compatible versions by hand,
212212 # and might utilize `npm_config_engine_strict=false`
213213
214- dev_constraints=' npm-run-all2 c8 mocha fast-glob rimraf '
214+ dev_constraints=' npm-run-all2 c8 mocha fast-glob memfs rimraf '
215215 echo "::group::install prod"
216216 npm_config_engine_strict=false npm i --ignore-scripts --include=optional --omit=dev --only=prod --production --loglevel=silly
217217 echo "::endgroup::"
@@ -265,7 +265,7 @@ jobs:
265265 - name : setup library
266266 run : |
267267 set -ex
268- dev_constraints=' npm-run-all2 c8 mocha fast-glob rimraf '
268+ dev_constraints=' npm-run-all2 c8 mocha fast-glob memfs rimraf '
269269 echo "::group::install prod"
270270 npm i --ignore-scripts --omit=optional --omit=dev --loglevel=silly
271271 echo "::endgroup::"
You can’t perform that action at this time.
0 commit comments