Skip to content

Commit

Permalink
#10 Fix install step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SinusStudios committed Apr 18, 2020
1 parent fdbb14d commit d41adf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
node-version: 12

- name: NPM clean install
run: npm ci
- name: NPM clean install-all
run: npm run install-all

- name: Generate build files
run: npm run build
Expand Down

0 comments on commit d41adf8

Please sign in to comment.