Skip to content

Commit 52db8c7

Browse files
committed
update deps, add postinstall
1 parent c0f6ebd commit 52db8c7

2 files changed

Lines changed: 14 additions & 191 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"test": "yarn lint",
2222
"release": "release-it",
2323
"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"
24+
"build:example": "webpack --config ./example/webpack.config.example.js --mode production",
25+
"postinstall": "yarn transpile"
2526
},
2627
"lint-staged": {
2728
"*.{js,ts,tsx}": [

0 commit comments

Comments
 (0)