Skip to content

Commit 510c6ea

Browse files
committed
chore: update prepublish command
1 parent 1c7be48 commit 510c6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"watch": "tsc -w",
1313
"start": "nodemon",
1414
"release": "standard-version && git push --follow-tags origin main && yarn publish",
15-
"prepublish": "yarn test && yarn build",
15+
"prepublish": "yarn lint && yarn test && yarn build",
1616
"clean": "rimraf dist",
1717
"prepare": "husky install",
1818
"lint:js": "eslint --ext \".js,.ts\" --ignore-path .gitignore .",

0 commit comments

Comments
 (0)