From 8cb34d733ce3f18f400542b0c587108f998ef6d1 Mon Sep 17 00:00:00 2001 From: neru Date: Sat, 10 Jan 2026 04:34:36 -0300 Subject: [PATCH] chore: configure build/run commands --- .gitignore | 3 ++- package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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",