Skip to content

Commit

Permalink
Use the correct build command
Browse files Browse the repository at this point in the history
  • Loading branch information
bhnum committed Dec 21, 2023
1 parent 8a1e98a commit 12ade97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: 'pnpm'
- run: pnpm install

- run: pnpm build
- run: pnpm build:ci
# - run: pnpm test:ci
- name: Add 404 page
run: cp ./dist/defer-demo/index.html ./dist/defer-demo/404.html
Expand Down

0 comments on commit 12ade97

Please sign in to comment.