We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0722b2 commit 0514d10Copy full SHA for 0514d10
package.json
@@ -47,7 +47,7 @@
47
"test": "jest",
48
"test:watch": "jest --watch --watchPathIgnorePatterns tmp",
49
"test:update": "ts-node src/cli/index.ts generate test/pet-store/api-typescript-generator-config.ts",
50
- "release": "npm run build:docs && [ -z \"$(git status --porcelain)\" ] && standard-version || echo '\n\nPlease commit all changes first!' && exit 1"
+ "release": "npm run build:docs && [ -z \"$(git status --porcelain)\" ] && standard-version || ( echo '\n\nPlease commit all changes first!' && exit 1 )"
51
},
52
"devDependencies": {
53
"@babel/preset-env": "^7.24.4",
0 commit comments