Skip to content

Commit ca1beaf

Browse files
authored
chore: Fix release from main branch
1 parent 4397a7e commit ca1beaf

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
@@ -15,7 +15,7 @@
1515
"lint": "eslint src --report-unused-disable-directives",
1616
"prebump": "run-s lint test",
1717
"prepublishOnly": "yarn run build",
18-
"release": "semantic-release",
18+
"release": "semantic-release --branches main",
1919
"test": "cross-env BABEL_OUTPUT=commonjs jest",
2020
"start": "webpack serve --inline --content-base examples/ --port 8000",
2121
"website": "run-s website:clean website:build website:redirect",

0 commit comments

Comments
 (0)