We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d1940 commit a0b3367Copy full SHA for a0b3367
1 file changed
package.json
@@ -41,7 +41,7 @@
41
"format:fix": "oxfmt",
42
"lint": "oxlint",
43
"test:unit": "vitest",
44
- "test:integration": "vitest -c vitest.integration.config.ts",
+ "test:integration": "vitest -c vitest.integration.config.ts --allowOnly",
45
"version-packages": "changeset version && pnpm format:fix",
46
"release": "pnpm build && changeset publish"
47
},
0 commit comments