diff options
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 2e0f934..26d94ad 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,9 @@ "description": "", "main": "./dist/app.js", "scripts": { - "test": "node ./dist/app.js", - "build": "echo \"Error: no build specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "run": "supervisor ./dist/app.js", + "build": "tsc" }, "author": "sin", "license": "MIT", |