Skip to content

Commit df1b9e4

Browse files
authored
Skip legacy tests (#3114)
1 parent a2275c4 commit df1b9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"scripts": {
1313
"preinstall": "npx only-allow pnpm",
1414
"test": "turbo run test --filter=./packages/*",
15-
"test:legacy": "turbo run test --filter=./legacy_packages/*",
15+
"test:legacy": "turbo run test --filter=./legacy_packages/* --filter=!sdk --filter=!auth",
1616
"e2e": "turbo run e2e --filter=./packages/*",
1717
"e2e:legacy": "turbo run e2e --filter=./legacy_packages/*",
1818
"build:packages": "turbo run build --filter=./packages/*",

0 commit comments

Comments
 (0)