Skip to content

Commit

Permalink
Added build step to test script. Fixes #2541 (#2712)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Lidén committed Jul 13, 2018
1 parent 5eb0c2f commit 90ed8db
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 @@ -85,7 +85,7 @@
"lint": "eslint src/**",
"plaintest": "mocha --exit -t 10000 -b -R spec test/index.js && npm run tape",
"prepublish": "npm run babel",
"pre_test": "npm run lint",
"pre_test": "npm run lint && npm run build",
"tape": "node test/tape/index.js | tap-spec",
"debug_tape": "node --inspect-brk test/tape/index.js",
"test": "npm run pre_test && nyc mocha --exit --check-leaks -t 10000 -R spec test/index.js && npm run tape",
Expand Down

0 comments on commit 90ed8db

Please sign in to comment.