We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c0178 commit f259a7fCopy full SHA for f259a7f
docs/package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"start": "cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server",
8
"build": "cross-env NODE_ENV=production UV_THREADPOOL_SIZE=100 webpack --config ./webpack.config.production --colors --profile --progress",
9
+ "prod" : "cross-env NODE_ENV=production UV_THREADPOOL_SIZE=100 node ./server",
10
"deploy": "gh-pages -d build"
11
},
12
"dependencies": {
0 commit comments