diff --git a/package.json b/package.json index 544b59c..61d8a1b 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "main": "index.js", "scripts": { "lint": "./node_modules/.bin/eslint --config .eslintrc.js *.js test/**/*.js", - "prepublish": "npm run test # runs before `npm publish`", - "pretest": "npm run lint # runs before `npm test`", + "prepublish": "npm run test", + "pretest": "npm run lint", "test": "npm run test:unit", "test:unit": "./node_modules/.bin/mocha test/unit/ --recursive --reporter spec --ui bdd" },