Skip to content

Commit fcd19f4

Browse files
committed
chore: temporarily disable MikroORM tests
1 parent 00e6f8f commit fcd19f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build:app": "turbo run build --filter=next-auth-app",
88
"build:docs": "turbo run build --filter=docs",
99
"build": "turbo run build --filter=next-auth --filter=@auth/* --no-deps",
10-
"test": "turbo run test --concurrency=1 --filter=[HEAD^1] --filter=./packages/* --filter=!*app* --filter=!*dynamo* --filter=!*edgedb* --filter=!*hasura* --filter=!*supabase* --filter=!*upstash* --filter=!*xata*",
10+
"test": "turbo run test --concurrency=1 --filter=[HEAD^1] --filter=./packages/* --filter=!*app* --filter=!*dynamo* --filter=!*edgedb* --filter=!*hasura* --filter=!*mikro* --filter=!*supabase* --filter=!*upstash* --filter=!*xata*",
1111
"test:e2e": "turbo run test:e2e",
1212
"clean": "turbo run clean --no-cache",
1313
"dev:example": "turbo run dev --parallel --continue --filter=nextjs-example-app... --filter=!./packages/adapter-*",
@@ -257,4 +257,4 @@
257257
"@balazsorban/[email protected]": "patches/@[email protected]"
258258
}
259259
}
260-
}
260+
}

0 commit comments

Comments
 (0)