Skip to content

Commit

Permalink
feat(CI): fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
leocabeza committed Sep 7, 2021
1 parent 888e552 commit 8dfa1ca
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 @@ -18,7 +18,7 @@ jobs:
- name: Install deps
run: npm ci
- name: Build...
run: npm build
run: npm run build
- name: Running tests
run: npm test
- name: Release
Expand Down

0 comments on commit 8dfa1ca

Please sign in to comment.