Skip to content

Commit

Permalink
chore: update test scripts to ensure updated playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
allison-truhlar committed Jul 31, 2024
1 parent b59c79b commit 16138c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"build-package": "tsx ./build_tools/build-package.ts",
"build-python": "tsx ./build_tools/cli.ts --python build",
"build-python:watch": "tsx ./build_tools/cli.ts --python build --watch",
"test": "vitest --run",
"test:watch": "vitest watch",
"test": "npx playwright install && vitest --run",
"test:watch": "npx playwright install && vitest watch",
"benchmark": "vitest bench --run",
"benchmark:watch": "vitest bench",
"lint:check": "eslint .",
Expand Down

0 comments on commit 16138c5

Please sign in to comment.