Skip to content

Commit

Permalink
chore(npm): add next dist-tag to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Dec 7, 2020
1 parent 895cc9d commit 1d35849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ This `master` branch is for latest `v4.x` version which is under development. Fo
## Install

```bash
npm i --save @rsuite/charts echarts
npm i --save echarts #可选择安装需要的 echarts 版本
npm i --save @rsuite/charts@next
npm i --save echarts
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepages": "npm run docs",
"pages": "npm run publish-docs",
"prepublishOnly": "npm run build",
"release": "npm publish --access public",
"release": "npm publish --access public --tag next",
"lint": "eslint src *.js",
"tdd": "karma start",
"test": "npm run format:check && npm run lint && NODE_ENV=test karma start --single-run",
Expand Down

0 comments on commit 1d35849

Please sign in to comment.