: change test script to not fail

This commit is contained in:
StarAppeal
2024-03-03 03:35:38 +01:00
parent 05ddba979c
commit d3adb610ed
+1 -1
View File
@@ -6,7 +6,7 @@
"start": "node dist/index.js",
"start-local": "tsc && node dist/index.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified, please add them later\""
},
"keywords": [],
"author": "",