From 8a9495df3cf946a1e70996cce81b5c51d63cf5ab Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Wed, 15 Apr 2020 03:32:30 -0700 Subject: add test, build and run, v5.0.3 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3