Fixing the script a bit

This commit is contained in:
2024-11-27 19:38:53 +01:00
parent 94c5331cd1
commit 8f4e00390a
3 changed files with 215 additions and 33 deletions

View File

@@ -4,7 +4,8 @@
"description": "",
"main": "app.js",
"scripts": {
"build": "cp package.json dist/ && esbuild --outdir=dist --bundle --platform=node --allow-overwrite ./app.ts"
"build": "cp package.json dist/ && esbuild --outdir=dist --bundle --platform=node --allow-overwrite ./app.ts",
"dev": "tsx app.ts"
},
"author": "",
"license": "ISC",
@@ -15,6 +16,7 @@
"@actions/core": "^1.11.1",
"@types/node": "^22.10.0",
"esbuild": "^0.24.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}