Skip to content

Commit

Permalink
build before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmetcalf committed Jul 27, 2016
1 parent e823b08 commit 7b9bf3d
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 @@ -18,6 +18,7 @@
],
"main": "lib/index.js",
"scripts": {
"pretest": "npm run build",
"test": "npm run jshint && mocha -R nyan ./test/cover.js",
"build-node": "copyfiles -f src/index.js lib && browserify-transform-cli inline-process-browser unreachable-branch-transform es3ify < src/index.js > lib/browser.js",
"build-js": "browserify -s Promise -p bundle-collapser/plugin . | derequire > ./dist/lie.js",
Expand Down

0 comments on commit 7b9bf3d

Please sign in to comment.