We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843673e commit d1b9964Copy full SHA for d1b9964
package.json
@@ -16,7 +16,7 @@
16
],
17
"license": "Apache-2.0",
18
"scripts": {
19
- "automated-release": "release-it major --preRelease=beta --verbose --config ./release/.release-it.json",
+ "automated-release": "release-it --preRelease --verbose --config ./release/.release-it.json",
20
"build": "run-p --aggregate-output build-core build-bundle build-standalone build-stylesheets build:es:bundle build:es:bundle:core",
21
"build-bundle": "webpack --color --config webpack/bundle.babel.js",
22
"build-core": "webpack --color --config webpack/core.babel.js",
0 commit comments