diff --git a/package.json b/package.json index a287517..e5f01a8 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "build/main.js", "scripts": { "start": "node build/main.js", - "setup": "npm install && tsc" + "setup": "npm install && tsc", + "build": "tsc" }, "author": "VoidNulll", "license": "MIT",