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 daeec8b commit fda10d5Copy full SHA for fda10d5
.circleci/config.yml
@@ -44,7 +44,7 @@ commands:
44
command: pnpm setup # Run setup to configure the global bin directory
45
- run:
46
name: Install dependencies
47
- command: npm install -g pnpm && pnpm install
+ command: npm install -g pnpm && pnpm install --no-frozen-lockfile
48
- save_cache:
49
key: v1-pnpm-cache-{{ checksum "pnpm-lock.yaml" }}
50
paths:
0 commit comments