Skip to content

Commit

Permalink
Fix test script (#5996)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Nov 8, 2024
1 parent 4668dee commit d82b073
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 @@ -19,7 +19,7 @@
"clear": "docusaurus clear",
"preserve": "npm run build:plugins",
"serve": "docusaurus serve --dir dist",
"test": "npm run cypress run",
"test": "cypress run",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc"
Expand Down

0 comments on commit d82b073

Please sign in to comment.