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 1ad01af commit b9442e4Copy full SHA for b9442e4
package.json
@@ -18,7 +18,7 @@
18
"lint:fix": "yarn lint -- --fix",
19
"format": "prettier --write \"**/*.{js,json,vue,md}\"",
20
"format:check": "prettier --check \"**/*.{js,json,vue,md}\"",
21
- "release": "yarn build && yarn test:unit:only && lerna publish --conventional-commits -m \"chore(release): publish %s\"",
+ "release": "yarn build && yarn test:unit:only && lerna publish --conventional-graduate --conventional-commits -m \"chore(release): publish %s\"",
22
"test": "yarn format:check && yarn lint && yarn lint:docs && yarn flow && yarn test:types && yarn test:unit && yarn test:unit:karma && yarn test:unit:node",
23
"test:compat": "scripts/test-compat.sh",
24
"test:unit": "yarn build:test && yarn test:unit:only",
0 commit comments