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 4397a7e commit ca1beafCopy full SHA for ca1beaf
package.json
@@ -15,7 +15,7 @@
15
"lint": "eslint src --report-unused-disable-directives",
16
"prebump": "run-s lint test",
17
"prepublishOnly": "yarn run build",
18
- "release": "semantic-release",
+ "release": "semantic-release --branches main",
19
"test": "cross-env BABEL_OUTPUT=commonjs jest",
20
"start": "webpack serve --inline --content-base examples/ --port 8000",
21
"website": "run-s website:clean website:build website:redirect",
0 commit comments