fix: Correct quote style in update:commit script in package.json
This commit is contained in:
parent
d6a11cf418
commit
a595166b9d
@ -28,7 +28,7 @@
|
|||||||
"build:cleanup": "rimraf ./lib",
|
"build:cleanup": "rimraf ./lib",
|
||||||
"update:openapi": "rimraf ./openapi.json && node ./scripts/getliveopenapi.js",
|
"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: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"
|
"release": "release-it --only-version && npm publish"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user