mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
more google cloud configuration
This commit is contained in:
@@ -4,12 +4,13 @@
|
||||
"description": "",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:dev": "npx webpack --config client/webpack/webpack-dev.config.js --mode=development",
|
||||
"build:prod": "npx webpack --config client/webpack/webpack-prod.config.js --mode=production",
|
||||
"bundle": "webpack --config client/webpack/webpack-prod.config.js",
|
||||
"prestart": "npm run bundle",
|
||||
"build:dev": "webpack --watch --config client/webpack/webpack-dev.config.js --mode=development",
|
||||
"start:dev:linux": "NODE_ENV=development node server/main.js",
|
||||
"start:dev": "SET NODE_ENV=development && node server/main.js",
|
||||
"start:prod:linux": "NODE_ENV=production node server/main.js",
|
||||
"start:prod": "SET NODE_ENV=production && node server/main.js",
|
||||
"start:prod:linux": "NODE_ENV=production node server/main.js -- loglevel=warn port=8080",
|
||||
"start:prod": "SET NODE_ENV=production && node server/main.js -- loglevel=warn port=8080",
|
||||
"test": "jasmine && node browsertest.js openBrowser socket",
|
||||
"test:unit": "jasmine",
|
||||
"test:e2e": "node browsertest.js"
|
||||
|
||||
Reference in New Issue
Block a user