From dd66b8ad239d5ceae219746a702963645259b784 Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Sat, 10 Apr 2021 01:06:09 +0200 Subject: Added joining rooms and logic to start game by votes --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') 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 +} -- cgit v1.3.1