Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyuhai123 committed Jul 3, 2021
1 parent e588451 commit 30a9b41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"packages": [
"packages/*"
],
"version": "2.4.0-alpha.1",
"version": "2.4.0-alpha.0",
"command": {
"publish": {
"ignoreChanges": [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build": "lerna run --stream --sort build",
"lint": "eslint --ext .js,.ts packages",
"release": "yarn build && lerna publish",
"release:alpha": "yarn build && lerna publish --dist-tag alpha"
"release:alpha": "yarn build && lerna publish prerelease --dist-tag alpha"
},
"devDependencies": {
"@types/jest": "^26.0.20",
Expand Down
3 changes: 3 additions & 0 deletions packages/vuepress-plugin-auto-sidebar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ This is a plugin that automatically generates a sidebar for vuepress.

```bash
npm i vuepress-plugin-auto-sidebar -D

# v2 alpha(测试版)
npm i vuepress-plugin-auto-sidebar@alpha -D
```


Expand Down

0 comments on commit 30a9b41

Please sign in to comment.