summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kabo <mail@raphaelkabo.com>2023-05-12 23:56:29 +0100
committerRaphael Kabo <mail@raphaelkabo.com>2023-05-12 23:56:29 +0100
commit8dba9d16316ce79a50b9525710cad20c9c42e0df (patch)
tree85c60a758deb524706d59a1d116c8a64181dc14c
parent090a44df57cec84e460462f0ae2db7fb4f87a7e9 (diff)
Dummy test script
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a00a53a..db85892 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
"build": "tsc",
"start": "node dist/start.js",
"dev": "nodemon -e ts,js --watch src --exec \"pnpm run build ; pnpm run start\"",
- "test": "./test.sh"
+ "test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=16.16.0"