Skip to content

Commit

Permalink
🎨 Add npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Apr 28, 2018
1 parent 8423c22 commit aa582a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"uglify-es": "^3.3.9"
},
"scripts": {
"prepublishOnly": "node rollup.js",
"test": "mocha --timeout 6000 --check-leaks --reporter spec --bail --exit",
"test-ci":
"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 6000 --check-leaks --reporter spec --exit",
Expand Down

0 comments on commit aa582a0

Please sign in to comment.