diff --git a/package.json b/package.json index 4c8eb25..3c682ef 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "tsc", "watch": "tsc -w", "dev": "npm run build && node ./dist/index.js", - "start": "node ./dist/index.js" + "start": "node ./dist/index.js", "make": "npm run build && pkg --compress GZip ." }, "pkg": {