Skip to content

Commit d42745d

Browse files
committed
remove unused tests
1 parent c99039c commit d42745d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"start": "turbo run start",
2828
"storybook": "turbo run storybook",
2929
"storybook:build": "turbo run storybook:build",
30-
"test:actions": "node --test \".github/**/*.test.mjs\"",
31-
"test": "turbo test:unit && pnpm test:actions",
30+
"test": "turbo test:unit",
3231
"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",
3332
"cloudflare:preview": "turbo run cloudflare:preview",
3433
"cloudflare:deploy": "turbo run cloudflare:deploy"

0 commit comments

Comments
 (0)