Skip to content

Commit

Permalink
add a few npm tasks for build
Browse files Browse the repository at this point in the history
  • Loading branch information
thostetler committed Aug 30, 2021
1 parent 6e41b6d commit d688dc9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18,678 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
with:
node-version: '16.7.0'
architecture: 'x64'
- run: npm install -g grunt-cli
- run: npm ci
- run: grunt --stack setup
- run: grunt --stack test:prod
- run: npm run test:prod

- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down
Loading

0 comments on commit d688dc9

Please sign in to comment.