Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 7cedf09

Browse files
author
nirsky
committed
remove allow branch master
1 parent ff11799 commit 7cedf09

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
@@ -8,7 +8,7 @@
88
"prettier": "prettier --config .prettierrc.yml --write \"**/*.{ts,tsx,js,jsx,json}\"",
99
"version:update": "lerna run version:update",
1010
"version": "git add packages/**/version.ts",
11-
"publish:ci": "lerna publish --yes --allow-branch master --create-release github --conventionalCommits"
11+
"publish:ci": "lerna publish --yes --create-release github --conventionalCommits"
1212
},
1313
"devDependencies": {
1414
"husky": "^4.3.6",

0 commit comments

Comments
 (0)