Skip to content

Commit

Permalink
Revert "chore: Make CI NPM install in non-CI way to try fix build in CI"
Browse files Browse the repository at this point in the history
This reverts commit 255df5b.
  • Loading branch information
Iku-turso committed Oct 27, 2022
1 parent f757bf3 commit f5aeefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install packages
run: |
npm install
npm ci
npm run install-all-packages
- name: Build
Expand Down

0 comments on commit f5aeefd

Please sign in to comment.