diff options
| author | 8cy <[email protected]> | 2020-04-15 03:32:30 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-15 03:32:30 -0700 |
| commit | 8a9495df3cf946a1e70996cce81b5c51d63cf5ab (patch) | |
| tree | 161ff76fbd26e243f5a07e77aa888119bc3fea4c | |
| parent | create node action (diff) | |
| download | dep-core-8a9495df3cf946a1e70996cce81b5c51d63cf5ab.tar.xz dep-core-8a9495df3cf946a1e70996cce81b5c51d63cf5ab.zip | |
add test, build and run, v5.0.3
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
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", |