Skip to content

Commit

Permalink
ci: update the build command of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
woai3c committed Apr 19, 2024
1 parent 2b4ac4a commit be42077
Show file tree
Hide file tree
Showing 2 changed files with 1,696 additions and 11,467 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
persist-credentials: false
- name: Install and Build
run: |
npm install
npm run-script build
npm ci
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
Expand Down
Loading

0 comments on commit be42077

Please sign in to comment.