Skip to content

Commit

Permalink
chore: pnpm turbo test hangs after success (part 2) (#7105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Sep 10, 2024
1 parent f1197a3 commit 0242cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wing-console/console/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"compile": "tsup",
"tsc": "tsc --build",
"test": "vitest --passWithNoTests",
"test": "vitest run --passWithNoTests",
"eslint": "eslint --ext .js,.cjs,.ts,.cts,.mts,.tsx --no-error-on-unmatched-pattern . --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand Down

0 comments on commit 0242cf9

Please sign in to comment.