diff --git a/package.json b/package.json index 8e33271..b7a3d9d 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test": "jest", "lint": "prettier --write 'src/**/*.{js,ts,json,md}' 'webpack.production.config.js' 'examples'", "build": "webpack --config webpack.production.config.js", - "prepublishOnly": "npm run lint && npm run test && npm run build" + "prepare": "npm run lint && npm run test && npm run build" }, "husky": { "hooks": {