Skip to content

Commit 106e39a

Browse files
committed
chore(release): add dist files 1.0.0
1 parent ea982d4 commit 106e39a

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
@@ -18,7 +18,7 @@
1818
"lint:fix": "yarn lint -- --fix",
1919
"format": "prettier --write \"**/*.{js,json,vue,md}\"",
2020
"format:check": "prettier --check \"**/*.{js,json,vue,md}\"",
21-
"release": "yarn build && yarn test:unit:only && lerna publish --conventional-graduate --conventional-commits -m \"chore(release): publish %s\"",
21+
"release": "yarn build && yarn test:unit:only && lerna publish --conventional-commits -m \"chore(release): publish %s\"",
2222
"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",
2323
"test:compat": "scripts/test-compat.sh",
2424
"test:unit": "yarn build:test && yarn test:unit:only",

0 commit comments

Comments
 (0)