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.
--frozen-lockfile
1 parent c2071dd commit 57a14f6Copy full SHA for 57a14f6
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
run: npx json -f package.json -I -e "this.resolutions = {}, this.resolutions.webpack = '^5.0.0', this.devDependencies.webpack = '^5.0.0' "
41
42
- name: Install webpack 5
43
- run: pnpm install
+ run: pnpm install --no-frozen-lockfile
44
45
- name: Run unit tests for webpack 5
46
run: pnpm run test
0 commit comments