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", "main": "index.js",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"start": "npm run build && cd src && node .", "start": "npm run build && cd src && node ."
"test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",