Skip to content

Commit

Permalink
Added npm ci step
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Oct 17, 2024
1 parent 7566330 commit cb08975
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
with:
node-version: '22'
- name: Build
run: npm run build
run: |
npm ci
npm run build

0 comments on commit cb08975

Please sign in to comment.