diff --git a/package.json b/package.json index e3f3463..5475e7e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "description": "", "main": "index.js", "scripts": { + "build": "tsc", + "start": "npm run build && cd src && node .", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [],