remove unneeded test script

This commit is contained in:
sam 2024-02-25 18:04:32 +13:00
parent 5f6b16d080
commit 7eca866e48

View file

@ -5,8 +5,7 @@
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "npm run build && cd src && node .",
"test": "echo \"Error: no test specified\" && exit 1"
"start": "npm run build && cd src && node ."
},
"keywords": [],
"author": "",