We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c623197 commit 346b9dfCopy full SHA for 346b9df
package.json
@@ -13,7 +13,8 @@
13
"build": "tsc",
14
"dev-example": "webpack-dev-server --config example/webpack.config.js --inline --hot",
15
"build-example": "rm -rf example/dist && webpack --config example/webpack.config.js --env.prod",
16
- "lint": "prettier --write --parser typescript \"src/**/*.ts\""
+ "lint": "prettier --write --parser typescript \"src/**/*.ts\"",
17
+ "prepublishOnly": "tsc"
18
},
19
"gitHooks": {
20
"pre-commit": "lint-staged"
0 commit comments