We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7be48 commit 510c6eaCopy full SHA for 510c6ea
package.json
@@ -12,7 +12,7 @@
12
"watch": "tsc -w",
13
"start": "nodemon",
14
"release": "standard-version && git push --follow-tags origin main && yarn publish",
15
- "prepublish": "yarn test && yarn build",
+ "prepublish": "yarn lint && yarn test && yarn build",
16
"clean": "rimraf dist",
17
"prepare": "husky install",
18
"lint:js": "eslint --ext \".js,.ts\" --ignore-path .gitignore .",
0 commit comments