Skip to content

Commit 623f3b2

Browse files
committed
Merge branch 'main' into feat/stashed-wallet
2 parents dffd73e + fc25170 commit 623f3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/exp-cicd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node-version }} # TODO: enable pnpm cache (setup-node@v3 has issues with pnpm@7)
2121
- name: Install dependencies
22-
run: pnpm install --frozen-lockfile
22+
run: pnpm install --no-frozen-lockfile
2323
- name: Build all packages
2424
run: npm run build:all
2525
- name: Publish all packages

0 commit comments

Comments
 (0)