diff --git a/package.json b/package.json index 9f2193b..8db890a 100755 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lint": "eslint lib src test", "test": "npm run lint && jest", "release": "standard-version && git push --follow-tags && npm publish", - "prepublish": "npm run test" + "prepare": "npm run test" }, "eslintIgnore": [ "*.template.*"