feat: enhance deployment process with Gitea Actions integration and improved environment variable handling

This commit is contained in:
2026-05-20 14:21:29 -04:00
parent c0dfe84115
commit 39067c8780
7 changed files with 612 additions and 29 deletions

View File

@@ -24,7 +24,7 @@
"lint:fix": "oxlint . --fix",
"lint": "oxlint .",
"prepare": "husky",
"release": "pnpm check && changelogen --release --push --noAuthors && pnpm publish",
"release": "pnpm check && pnpm build && changelogen --release --push --noAuthors && pnpm publish",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {