Skip to content

Commit

Permalink
replace prepublish with prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
suren-atoyan committed Oct 1, 2023
1 parent 7a280ec commit 0c12b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test-watch": "npm run build && jest --watch",
"coverage": "jest --collect-coverage",
"lint": "npx eslint src",
"prepublish": "npm test && npm run lint && npm run build",
"prepublishOnly": "npm test && npm run lint && npm run build",
"build": "rollup -c && cp ./src/types.d.ts ./lib/"
},
"peerDependencies": {
Expand Down

0 comments on commit 0c12b01

Please sign in to comment.