Skip to content

Commit

Permalink
fix: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed May 30, 2024
1 parent 8056718 commit 27d0ac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.relay_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: 8.12.0
run_install: false
- name: Install npm dependencies
run: pnpm install
run: pnpm install --prod --lockfile-only
- name: Build
run: pnpm build:b
- name: Deploy to Server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: 8.12.0
run_install: false
- name: Install npm dependencies
run: pnpm install
run: pnpm install --prod --lockfile-only
- name: Build
run: pnpm build:f
- name: Deploy to Server
Expand Down

0 comments on commit 27d0ac1

Please sign in to comment.