fix: Correct quote style in update:commit script in package.json

This commit is contained in:
Nicolai Ort 2025-05-01 16:11:41 +02:00
parent d6a11cf418
commit a595166b9d
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -28,7 +28,7 @@
"build:cleanup": "rimraf ./lib",
"update:openapi": "rimraf ./openapi.json && node ./scripts/getliveopenapi.js",
"update:auto": "npm run update:openapi && npm run build && npm run update:commit && npm run release",
"update:commit": "git add . && git commit -m 'chore: update openapi.json'",
"update:commit": "git add . && git commit -m \"chore: update openapi.json\"",
"release": "release-it --only-version && npm publish"
},
"bugs": {