Skip to content

Commit

Permalink
chore: test:base is test now
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 1, 2022
1 parent 84b750e commit a42b724
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 @@ -28,7 +28,7 @@
"build": "yarn build:ts",
"build:ts": "tsc --project ./tsconfig.build.json",
"clean": "rimraf .nyc_output dist coverage",
"cover": "nyc --reporter=lcov yarn test:base",
"cover": "nyc --reporter=lcov yarn test",
"docs:build": "yarn build:ts && vuepress build docs --no-cache",
"docs:watch": "vuepress dev --debug docs",
"lint": "eslint . --ext .js,.vue,.ts,.json,.md,.toml,.yaml,.yml",
Expand Down

0 comments on commit a42b724

Please sign in to comment.