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 c99039c commit d42745dCopy full SHA for d42745d
package.json
@@ -27,8 +27,7 @@
27
"start": "turbo run start",
28
"storybook": "turbo run storybook",
29
"storybook:build": "turbo run storybook:build",
30
- "test:actions": "node --test \".github/**/*.test.mjs\"",
31
- "test": "turbo test:unit && pnpm test:actions",
+ "test": "turbo test:unit",
32
"test:ci": "cross-env NODE_OPTIONS=\"--test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=junit --test-reporter-destination=junit.xml --test-reporter=@reporters/github --test-reporter-destination=stdout\" turbo test:unit",
33
"cloudflare:preview": "turbo run cloudflare:preview",
34
"cloudflare:deploy": "turbo run cloudflare:deploy"
0 commit comments