Skip to content

Commit 0514d10

Browse files
committed
chore: fix publish exit status
1 parent c0722b2 commit 0514d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"test": "jest",
4848
"test:watch": "jest --watch --watchPathIgnorePatterns tmp",
4949
"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"
50+
"release": "npm run build:docs && [ -z \"$(git status --porcelain)\" ] && standard-version || ( echo '\n\nPlease commit all changes first!' && exit 1 )"
5151
},
5252
"devDependencies": {
5353
"@babel/preset-env": "^7.24.4",

0 commit comments

Comments
 (0)