build: fix release

This commit is contained in:
Michael Kriese 2023-12-08 08:06:41 +01:00
parent 6f5ac63f4e
commit b0f7f95f7f
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -10,7 +10,7 @@
}, },
"scripts": { "scripts": {
"changelog": "node tools/changelog.mjs", "changelog": "node tools/changelog.mjs",
"forgejo:release": "node tools/gitea-release.js", "forgejo:release": "node tools/forgejo-release.js",
"prepare": "husky install", "prepare": "husky install",
"prettier": "prettier --check --ignore-unknown --cache \"**/*.*\"", "prettier": "prettier --check --ignore-unknown --cache \"**/*.*\"",
"prettier-fix": "prettier --write --ignore-unknown --cache \"**/*.*\"", "prettier-fix": "prettier --write --ignore-unknown --cache \"**/*.*\"",