aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-10 01:06:09 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-04-10 01:06:09 +0200
commitdd66b8ad239d5ceae219746a702963645259b784 (patch)
tree47462463911a018a31cd1ede3d8206fd96032b99 /package.json
parentd928eab3ecefbf778f1cadece9beac010dc42332 (diff)
downloadfia-dd66b8ad239d5ceae219746a702963645259b784.tar.gz
fia-dd66b8ad239d5ceae219746a702963645259b784.tar.zst
fia-dd66b8ad239d5ceae219746a702963645259b784.zip
Added joining rooms and logic to start game by votes
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index c11425e..eb707c4 100644
--- a/package.json
+++ b/package.json
@@ -7,9 +7,9 @@
"main": "./backend/js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
- "start:build-front": "tsc -p ./frontend/tsconfig.json --watch",
- "start:build-back": "tsc -p ./backend/tsconfig.json --watch",
- "start:run": "nodemon ./backend/js/index.js",
+ "start:build-front": "tsc -p ./frontend/tsconfig.json -w",
+ "start:build-back": "tsc -p ./backend/tsconfig.json -w",
+ "start:start": "nodemon ./backend/js/backend/ts/index.js",
"start": "concurrently \"yarn:start:*\""
},
"dependencies": {
@@ -31,4 +31,4 @@
},
"keywords": [],
"description": ""
-} \ No newline at end of file
+}