Skip to content

Commit

Permalink
build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
pladaria committed Feb 7, 2020
1 parent d264bad commit 90a8b6c
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 @@ -7,7 +7,7 @@
"types": "./dist/reconnecting-websocket.d.ts",
"scripts": {
"build": "npm run clean && rollup -c && uglifyjs --compress --mangle -o dist/reconnecting-websocket-iife.min.js dist/reconnecting-websocket-iife.js",
"test": "nyc --reporter=text-summary --reporter=lcov ava --verbose --serial test/test.js",
"test": "npm run build && nyc --reporter=text-summary --reporter=lcov ava --verbose --serial test/test.js",
"clean": "del dist && del coverage && del .nyc_output",
"report": "nyc report --reporter=html && opn coverage/index.html",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
Expand Down

0 comments on commit 90a8b6c

Please sign in to comment.