Skip to content

Commit

Permalink
Update web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
huanxiangspace authored Jul 19, 2024
1 parent 5ce2e8d commit 1dc7481
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
with:
node-version: '20.x'

- run: cd service
- run: corepack enable
- run: pnpm run build
- run: rm -rf ./node_modules
- run: cd service && corepack enable && pnpm run build && rm -rf ./node_modules

- name: Upload Service
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1dc7481

Please sign in to comment.