Skip to content

Commit

Permalink
install devdeps before tests and build libs
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Jul 4, 2024
1 parent 9ad2593 commit 5df678e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm install -g npm

- name: NPM Install
run: npm i --ignore-scripts
run: npm i

- name: Build
run: npm run build
Expand Down

0 comments on commit 5df678e

Please sign in to comment.