Skip to content

Commit

Permalink
Build before test-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jul 24, 2019
1 parent 832abef commit e22f3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"scripts": {
"build": "make rollup",
"test": "make rollup && make test",
"test-ci": "nyc mocha -r esm -R spec --bail",
"test-ci": " make rollup && nyc mocha -r esm -R spec --bail",
"coverage": "yarn add coveralls@2 && nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
Expand Down

0 comments on commit e22f3c3

Please sign in to comment.