diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
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 +} |
