Skip to content

Commit fda10d5

Browse files
committed
updated lockfile
1 parent daeec8b commit fda10d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ commands:
4444
command: pnpm setup # Run setup to configure the global bin directory
4545
- run:
4646
name: Install dependencies
47-
command: npm install -g pnpm && pnpm install
47+
command: npm install -g pnpm && pnpm install --no-frozen-lockfile
4848
- save_cache:
4949
key: v1-pnpm-cache-{{ checksum "pnpm-lock.yaml" }}
5050
paths:

0 commit comments

Comments
 (0)