Added support for the CI_TOKEN

This commit is contained in:
Evann JALLET
2025-01-06 14:30:52 +01:00
parent 176b6de578
commit 6fc034f590
4 changed files with 78 additions and 41 deletions

2
dist/package.json vendored
View File

@@ -5,7 +5,7 @@
"main": "app.js",
"scripts": {
"prepare": "husky",
"build": "cp package.json dist/ && sed -i '' -E 's/\"type\": \".*$//' dist/package.json && esbuild --outdir=dist --bundle --platform=node --minify --format=cjs --allow-overwrite ./app.ts",
"build": "cp package.json dist/ && sed -i -E 's/\"type\": \".*$//' dist/package.json && esbuild --outdir=dist --bundle --platform=node --minify --format=cjs --allow-overwrite ./app.ts",
"dev": "tsx app.ts"
},