Skip to content

Commit

Permalink
fix: Build with Node
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangChen2333 committed Nov 16, 2024
1 parent 0a2b2c7 commit 0d3e462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm ci

- name: Build with Angular
run: npm build
run: npm run build:prod

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 0d3e462

Please sign in to comment.