diff --git a/package.json b/package.json index 96373ed..48502c0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.js", "type": "module", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "tsc", + "start": "node server.js" }, "author": "", "license": "ISC",