Skip to content

Commit

Permalink
chore: pnpm turbo test hangs after success (#7097)
Browse files Browse the repository at this point in the history
Fixes #7095.
  • Loading branch information
Chriscbr authored Sep 10, 2024
1 parent 4f70083 commit 58f6cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wing-console/packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"tsc": "tsc --build",
"test": "vitest",
"test": "vitest run",
"eslint": "eslint --ext .js,.cjs,.ts,.cts,.mts,.tsx --no-error-on-unmatched-pattern . --fix"
},
"devDependencies": {
Expand Down

0 comments on commit 58f6cb7

Please sign in to comment.