Skip to content

Commit

Permalink
chore(ui/package.json): 修改scripts jest -> test
Browse files Browse the repository at this point in the history
affects: @varlet/ui
  • Loading branch information
haoziqaq committed Apr 25, 2021
1 parent 5312a77 commit e681008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/varlet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"build": "varlet-cli build",
"compile": "varlet-cli compile",
"create": "varlet-cli create",
"jest": "varlet-cli jest",
"jest:watch": "varlet-cli jest -w"
"test": "varlet-cli jest",
"test:watch": "varlet-cli jest -w"
},
"peerDependencies": {
"vue": "^3.0.7"
Expand Down

0 comments on commit e681008

Please sign in to comment.