Skip to content

Commit

Permalink
fix(ci): ci before build
Browse files Browse the repository at this point in the history
  • Loading branch information
ZL-Asica committed Oct 25, 2024
1 parent 7cb1666 commit e6e500d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/firebase-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Packages install
run: npm ci

- name: Build Project
run: npm run build

Expand Down

0 comments on commit e6e500d

Please sign in to comment.