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 64aa11e commit d4d3f22Copy full SHA for d4d3f22
deploy.sh
@@ -0,0 +1,2 @@
1
+pkill -f node
2
+cd docs && npm install && npm run build && npm run prod &
docs/package.json
@@ -6,7 +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",
+ "prod": "cross-env NODE_ENV=production UV_THREADPOOL_SIZE=100 node ./server",
10
"deploy": "gh-pages -d build"
11
},
12
"dependencies": {
0 commit comments