diff options
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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", |