Skip to content

Commit

Permalink
switch giuthub action to use npm script instead of grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcal committed May 7, 2021
1 parent 5d1f88c commit ac0d919
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
with:
node-version: 14

- run: npm install -g grunt-cli
- run: npm install
- run: grunt
- run: npm run build
- run: cp ./coverage/*/lcov.info ./coverage/

- name: Coveralls
Expand Down

0 comments on commit ac0d919

Please sign in to comment.