Skip to content

Commit

Permalink
chore: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohongxuan committed Jan 11, 2024
1 parent 634402b commit 6f95a8a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ jobs:
id: build
run: |
npm install
npm run build
npm run build
- name: Lint
id: lint
run: |
npm run lint

0 comments on commit 6f95a8a

Please sign in to comment.