Skip to content

Commit

Permalink
feat: del test
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyunwan committed Jun 9, 2022
1 parent 011d9e3 commit be28b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:docs": "vuepress build docs",
"test": "jest --coverage",
"test:prod": "jest --coverage --silent",
"preversion": "yarn install --ignore-engines && npm run build && npm run lint && npm run test",
"preversion": "yarn install --ignore-engines && npm run build && npm run lint",
"version:alpha": "lerna version prerelease --preid alpha",
"version:beta": "lerna version prerelease --preid beta",
"version:rc": "lerna version prerelease --preid rc",
Expand Down

0 comments on commit be28b71

Please sign in to comment.