feat: enhance deployment process with Gitea Actions integration and improved environment variable handling
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user