mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 22:52:48 +00:00
move cookie utils to @zitadel/next package
This commit is contained in:
@@ -9,28 +9,32 @@
|
||||
"dependsOn": [
|
||||
"@zitadel/node#build",
|
||||
"@zitadel/client#build",
|
||||
"@zitadel/react#build"
|
||||
"@zitadel/react#build",
|
||||
"@zitadel/next#build"
|
||||
]
|
||||
},
|
||||
"test:integration": {
|
||||
"dependsOn": [
|
||||
"@zitadel/node#build",
|
||||
"@zitadel/client#build",
|
||||
"@zitadel/react#build"
|
||||
"@zitadel/react#build",
|
||||
"@zitadel/next#build"
|
||||
]
|
||||
},
|
||||
"test:unit": {
|
||||
"dependsOn": [
|
||||
"@zitadel/node#build",
|
||||
"@zitadel/client#build",
|
||||
"@zitadel/react#build"
|
||||
"@zitadel/react#build",
|
||||
"@zitadel/next#build"
|
||||
]
|
||||
},
|
||||
"test:watch": {
|
||||
"dependsOn": [
|
||||
"@zitadel/node#build",
|
||||
"@zitadel/client#build",
|
||||
"@zitadel/react#build"
|
||||
"@zitadel/react#build",
|
||||
"@zitadel/next#build"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user