Skip to content

Commit

Permalink
chore(ci): fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofox3 committed May 7, 2023
1 parent a0fb052 commit cd5fc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: 16
- name: Install
run: npm run install:ci
run: npm ci
- name: Build
run: npm run build
- name: Test
Expand Down

0 comments on commit cd5fc80

Please sign in to comment.