From 13d4d04a375be972301eb2ef724d8ce15bce39c6 Mon Sep 17 00:00:00 2001 From: s1n <50817549+8cy@users.noreply.github.com> Date: Wed, 15 Apr 2020 03:24:17 -0700 Subject: add test and build, v5.0.1 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 33897ae..2e0f934 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "./dist/app.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "node ./dist/app.js", + "build": "echo \"Error: no build specified\" && exit 1" }, "author": "sin", "license": "MIT", -- cgit v1.2.3