diff --git a/package.json b/package.json index 76a9ccc..6d9e369 100644 --- a/package.json +++ b/package.json @@ -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": {