Skip to content

Commit f259a7f

Browse files
committed
Added command for running production server
1 parent 79c0178 commit f259a7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"start": "cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server",
88
"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",
910
"deploy": "gh-pages -d build"
1011
},
1112
"dependencies": {

0 commit comments

Comments
 (0)