Skip to content

Commit

Permalink
[config] update action config
Browse files Browse the repository at this point in the history
jojoo-eth committed Oct 9, 2023
1 parent 73ed792 commit b92fe90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vercel-preview.yaml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:

- uses: pnpm/[email protected]
name: Install pnpm
id: pnpm install --no-frozen-lockfile
id: pnpm-install
with:
version: 8
run_install: false
@@ -46,7 +46,7 @@ jobs:
# run: git config --global url."https://".insteadOf git://

- name: Install dependencies
run: pnpm install --loglevel verbose
run: pnpm install --loglevel verbose --no-frozen-lockfile

- name: deploy on lattice testnet
run: cd packages/contracts; pnpm run deploy:testnet

0 comments on commit b92fe90

Please sign in to comment.