diff --git a/package.json b/package.json index 38392e3..202fa95 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "test": "cross-env NODE_ENV=test nyc tap test/**/*.spec.js && npm run spellcheck", "coverage": "nyc report", "spellcheck": "yaspeller .", - "prepublish": "npm run lint && npm run test && npm run clean && npm run build" + "prepublishOnly": "npm run lint && npm run test && npm run clean && npm run build" }, "dependencies": { "sw-precache": "^4.2.3"