Skip to content

Commit

Permalink
feat: update prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
MagnumGoYB committed Feb 20, 2023
1 parent 8dcc6d8 commit a983a50
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 @@ -26,7 +26,7 @@
"postinstall": "pnpm husky && pnpm pretty",
"lint": "eslint --ext .ts,.tsx --fix --quiet ./src",
"pretty": "pretty-quick && prettier-package-json --write",
"prepublishOnly": "npm run test:nowatch && npm run lint && npm run build"
"prepublishOnly": "pnpm lint && pnpm pretty && pnpm build"
},
"sideEffects": [
"dist/index.css"
Expand Down

0 comments on commit a983a50

Please sign in to comment.