summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authors1n <[email protected]>2020-04-15 03:24:17 -0700
committerGitHub <[email protected]>2020-04-15 03:24:17 -0700
commit13d4d04a375be972301eb2ef724d8ce15bce39c6 (patch)
tree453759f669a5e289415cb07fc115b453ef97c2a3
parentThe Uwufication (diff)
downloaddep-core-13d4d04a375be972301eb2ef724d8ce15bce39c6.tar.xz
dep-core-13d4d04a375be972301eb2ef724d8ce15bce39c6.zip
add test and build, v5.0.1
-rw-r--r--package.json3
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",