build: fix release
This commit is contained in:
parent
6f5ac63f4e
commit
b0f7f95f7f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"changelog": "node tools/changelog.mjs",
|
||||
"forgejo:release": "node tools/gitea-release.js",
|
||||
"forgejo:release": "node tools/forgejo-release.js",
|
||||
"prepare": "husky install",
|
||||
"prettier": "prettier --check --ignore-unknown --cache \"**/*.*\"",
|
||||
"prettier-fix": "prettier --write --ignore-unknown --cache \"**/*.*\"",
|
||||
|
|
Loading…
Reference in a new issue