summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authors1n <[email protected]>2020-04-15 03:37:56 -0700
committerGitHub <[email protected]>2020-04-15 03:37:56 -0700
commitfb14741dbb8880165809751eb80e2105345e1857 (patch)
tree7656a83c714cb47f3e0f9cb380111901def77990 /package.json
parentDelete nodejs.yml (diff)
downloaddep-core-fb14741dbb8880165809751eb80e2105345e1857.tar.xz
dep-core-fb14741dbb8880165809751eb80e2105345e1857.zip
remove build script, v5.0.5
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files 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",