Skip to content

Commit

Permalink
enable prebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 30, 2016
1 parent 853ab8d commit 785a110
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 @@
"test": "test"
},
"scripts": {
"_prebuild": "npm run test",
"prebuild": "npm run test",
"build": "webpack --config config/webpack.build.config.js",
"lint": "eslint --ext=.js lib",
"coverall": "cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
Expand Down

0 comments on commit 785a110

Please sign in to comment.