diff --git a/package.json b/package.json index eb868fa..e340a01 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,8 @@ "coverage": "istanbul cover _mocha -x '**/fixture/**' -- -R spec", "coveralls": "nyc report --reporter=text-lcov | coveralls", "lint": "standard", - "prepublish": "npm run build", + "prepublishOnly": "npm run build", + "prepare": "npm run build", "pretest": "npm run lint", "serve": "ss fixture/onmount/_docpress", "test": "nyc mocha",