Skip to content

Commit

Permalink
Add test:ci command to prep-coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Nov 10, 2023
1 parent 6c1b8b0 commit 42b87b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"prep-coverage": "cd ../.. && cd packages/docs && yarn run copy-coverage-to-docs",
"prep-coverage": "cd ../.. && yarn run test:ci && cd packages/docs && yarn run copy-coverage-to-docs",
"prep-examples": "cd ../.. && yarn run build-all-examples && cd packages/docs && yarn run copy-examples-to-docs",
"prep": "yarn run prep-coverage && yarn run prep-examples",
"prep-no-tests": "yarn run copy-coverage-to-docs && yarn run prep-examples",
Expand Down

0 comments on commit 42b87b3

Please sign in to comment.