Skip to content

Commit 7be5000

Browse files
committed
updated packages files
1 parent de10c3b commit 7be5000

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ commands:
3333
command: pnpm setup # Run setup to configure the global bin directory
3434
- run:
3535
name: Install dependencies
36-
command: npm install -g pnpm && pnpm install
36+
command: npm install -g pnpm && pnpm install --no-frozen-lockfile
3737
- save_cache:
3838
key: v1-pnpm-cache-{{ checksum "pnpm-lock.yaml" }}
3939
paths:

pnpm-lock.yaml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

temp.json

Whitespace-only changes.

0 commit comments

Comments
 (0)