add build and start scripts

This commit is contained in:
sam 2024-02-25 17:59:45 +13:00
parent f4c7ecc91c
commit 5f6b16d080

View file

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