diff --git a/package.json b/package.json index d964e844..269b6b63 100644 --- a/package.json +++ b/package.json @@ -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",