Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2be726b

Browse files
committed
run typegen postinstall
1 parent 42f0554 commit 2be726b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"repository": "https://github.com/coder/coder",
55
"private": true,
66
"scripts": {
7+
"postinstall": "yarn typegen",
78
"build": "NODE_ENV=production webpack build --config=webpack.prod.ts",
89
"build:analyze": "NODE_ENV=production webpack --profile --progress --json --config=webpack.prod.ts > out/stats.json && webpack-bundle-analyzer out/stats.json out",
910
"dev": "webpack-dev-server --config=webpack.dev.ts",

0 commit comments

Comments
 (0)