Skip to content

Commit

Permalink
fix: add prepublishOnly script for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Jul 1, 2024
1 parent c18c2cc commit 2fbd83d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"lint:eslint": "eslint \"{src,scripts,examples}/**/*.ts\" *.{js,cjs,ts} --fix --cache",
"lint:stylelint": "stylelint \"examples/**/*.{css,scss,less,vue,html}\" --fix --cache",
"lint:prettier": "prettier --write .",
"prepare": "husky install"
"prepare": "husky install",
"prepublishOnly": "pnpm build"
},
"dependencies": {
"@tomjs/node": "^2.2.0",
Expand Down

0 comments on commit 2fbd83d

Please sign in to comment.