Skip to content

Commit

Permalink
chore: Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Nov 19, 2024
1 parent 1f925ce commit 76959ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions hasura.planx.uk/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"test": "echo 'Running hasura tests…' && vitest && echo 'Hasura tests passed.'",
"test:watch": "vitest --watch",
"test": "echo 'Running hasura tests…' && vitest run && echo 'Hasura tests passed.'",
"test:watch": "vitest watch",
"build-jwt": "DOTENV_CONFIG_PATH=../.env.test node -r dotenv/config scripts/buildJWT.js"
},
"dependencies": {
Expand Down
7 changes: 4 additions & 3 deletions hasura.planx.uk/tests/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76959ec

Please sign in to comment.