Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f0554 commit 2be726bCopy full SHA for 2be726b
site/package.json
@@ -4,6 +4,7 @@
4
"repository": "https://github.com/coder/coder",
5
"private": true,
6
"scripts": {
7
+ "postinstall": "yarn typegen",
8
"build": "NODE_ENV=production webpack build --config=webpack.prod.ts",
9
"build:analyze": "NODE_ENV=production webpack --profile --progress --json --config=webpack.prod.ts > out/stats.json && webpack-bundle-analyzer out/stats.json out",
10
"dev": "webpack-dev-server --config=webpack.dev.ts",
0 commit comments