Skip to content

Commit

Permalink
Merge branch 'main' into feat/stashed-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceeewong committed Jun 17, 2024
2 parents dffd73e + fc25170 commit 623f3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/exp-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }} # TODO: enable pnpm cache (setup-node@v3 has issues with pnpm@7)
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --no-frozen-lockfile
- name: Build all packages
run: npm run build:all
- name: Publish all packages
Expand Down

0 comments on commit 623f3b2

Please sign in to comment.