Skip to content

Commit

Permalink
chore: runs test sequentially for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Dec 18, 2024
1 parent 522c57e commit ad7889b
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 @@ -17,9 +17,9 @@
"lint:fix": "biome check --write",
"new:lib": "NODE_OPTIONS='--import tsx' plop --plopfile=plopfile.ts",
"prepublish": "pnpm run build",
"test:client": "vitest --project @lens-protocol/client",
"test:react": "vitest --project @lens-protocol/react",
"test:storage": "vitest --project @lens-protocol/storage",
"test:client": "vitest --project @lens-protocol/client --no-file-parallelism",
"test:react": "vitest --project @lens-protocol/react --no-file-parallelism",
"test:storage": "vitest --project @lens-protocol/storage --no-file-parallelism",
"test": "vitest --no-file-parallelism"
},
"devDependencies": {
Expand Down

0 comments on commit ad7889b

Please sign in to comment.