We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0f6ebd commit 52db8c7Copy full SHA for 52db8c7
2 files changed
package.json
@@ -21,7 +21,8 @@
21
"test": "yarn lint",
22
"release": "release-it",
23
"watch:example": "webpack-dev-server --config ./example/webpack.config.example.js --content-base website",
24
- "build:example": "webpack --config ./example/webpack.config.example.js --mode production"
+ "build:example": "webpack --config ./example/webpack.config.example.js --mode production",
25
+ "postinstall": "yarn transpile"
26
},
27
"lint-staged": {
28
"*.{js,ts,tsx}": [
0 commit comments