Skip to content

Commit

Permalink
chore: adjust scripts key
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Jul 11, 2022
1 parent 0dfdbeb commit f8e1ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-vant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"lint:tsx": "eslint src --ext ts,tsx",
"prettier": "npx prettier --write vant.config.js src/index.ts",
"preview": "rcdoc preview",
"release": "pnpm publish ./dist",
"release:next": "pnpm publish ./dist --tag next"
"pub": "pnpm publish ./dist",
"pub:dev": "pnpm publish ./dist --tag dev"
},
"browserslist": [
"Android >= 4.0",
Expand Down

0 comments on commit f8e1ca7

Please sign in to comment.