From fb14741dbb8880165809751eb80e2105345e1857 Mon Sep 17 00:00:00 2001 From: s1n <50817549+8cy@users.noreply.github.com> Date: Wed, 15 Apr 2020 03:37:56 -0700 Subject: remove build script, v5.0.5 --- package.json | 5 ++--- 1 file 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", -- cgit v1.2.3