diff --git a/.gitignore b/.gitignore index dbf0821..8f9d799 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules/* \ No newline at end of file +node_modules/* +dist/* \ No newline at end of file diff --git a/package.json b/package.json index 8dea7ca..fcb7090 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "npx tsc", + "start": "node dist/index.js" }, "repository": { "type": "git",