Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guanzi008 authored Jun 21, 2024
1 parent 288f075 commit 699f4dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ jobs:
corepack enable
npm install -g pnpm --force
pnpm i --frozen-lockfile
pnpm build
dir
Remove-Item -Path ../server/dist -Recurse -Force
pnpm build # Remove-Item -Path ../server/dist -Recurse -Force
Move-Item -Path dist -Destination ../server/dist
# mv dist ../server/dist
Expand Down

0 comments on commit 699f4dc

Please sign in to comment.