We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd75c1 commit 4b507b0Copy full SHA for 4b507b0
1 file changed
package.json
@@ -38,7 +38,7 @@
38
"postbuild": "node ./scripts/pack-packages.mjs",
39
"dev": "turbo dev --filter=!./playgrounds/*",
40
"test": "cargo test && vitest run --hideSkippedTests",
41
- "test:integrations": "vitest --root=./integrations --retry=3",
+ "test:integrations": "vitest --root=./integrations",
42
"test:ui": "pnpm run --filter=tailwindcss test:ui && pnpm run --filter=@tailwindcss/browser test:ui",
43
"tdd": "vitest --hideSkippedTests",
44
"bench": "vitest bench",
0 commit comments