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