Skip to content

Commit

Permalink
chore: change test command name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Feb 27, 2024
1 parent e35fce8 commit 66f967f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/lint-pr.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"generate:dashboard": "node scripts/dashboard/build-dashboard.js",
"generate:videos": "node scripts/build-newsroom-videos.js",
"generate:tools": "node scripts/build-tools.js",
"test": "npx cypress run --component",
"test:components": "npx cypress run --component",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
Expand Down

0 comments on commit 66f967f

Please sign in to comment.