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 a2275c4 commit df1b9e4Copy full SHA for df1b9e4
package.json
@@ -12,7 +12,7 @@
12
"scripts": {
13
"preinstall": "npx only-allow pnpm",
14
"test": "turbo run test --filter=./packages/*",
15
- "test:legacy": "turbo run test --filter=./legacy_packages/*",
+ "test:legacy": "turbo run test --filter=./legacy_packages/* --filter=!sdk --filter=!auth",
16
"e2e": "turbo run e2e --filter=./packages/*",
17
"e2e:legacy": "turbo run e2e --filter=./legacy_packages/*",
18
"build:packages": "turbo run build --filter=./packages/*",
0 commit comments