Skip to content

Commit

Permalink
feat: debug deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
chenweigh committed Sep 30, 2024
1 parent f6d7b97 commit 4a75ed8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: pnpm install --no-frozen-lockfile
# run: pnpm install --no-frozen-lockfile
run: pnpm install

- name: Build Modules
run: pnpm run build
Expand Down

0 comments on commit 4a75ed8

Please sign in to comment.