Skip to content

Commit 1732b0f

Browse files
author
Kelly Selden
committed
chore: add default branch to publish
1 parent 31bb8d2 commit 1732b0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint:git": "commitlint",
88
"lint:js": "eslint . --ext js,json",
9-
"release": "next release --package-files package.json --bump-files package.json --scripts.precommit \"pnpm install --frozen-lockfile=false && git add pnpm-lock.yaml\"",
9+
"release": "next release --package-files package.json --bump-files package.json --scripts.precommit \"pnpm install --frozen-lockfile=false && git add pnpm-lock.yaml\" --default-branch main",
1010
"test": "mocha"
1111
},
1212
"repository": {

0 commit comments

Comments
 (0)