Skip to content

Commit

Permalink
Fix scripts in root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed Feb 3, 2025
1 parent 0dc8868 commit 4431de2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"dev:tool-finder": "npm run dev --workspace=packages/tool-finder",
"test": "npm run test --workspaces",
"test:e2e": "npm run test:e2e --workspaces --if-present",
"test:e2e-ci": "npm run test:e2e-ci --workspaces --if-present",
"test:e2e-nightly": "npm run test:e2e-nightly --workspaces --if-present",
"test:a11y": "npm run test:a11y --workspaces --if-present",
"test:a11y-ci": "npm run test:a11y-ci --workspaces --if-present",
"test:a11y-nightly": "npm run test:a11y-nightly --workspaces --if-present",
"tests": "npm run tests --workspaces",
"tests-ci": "npm run tests-ci --workspaces",
"tests-nightly": "npm run tests-nightly --workspaces",
"test:generate-coverage": "npm run test:generate-coverage --workspaces --if-present",
"audit:licences": "license-checker --production --excludePrivatePackages --summary",
"format:check": "prettier --check .",
Expand Down

0 comments on commit 4431de2

Please sign in to comment.