mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 22:07:31 +00:00
use turbo convention
This commit is contained in:
2
.github/workflows/login-quality.yml
vendored
2
.github/workflows/login-quality.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
- name: Run login quality checks with Turbo
|
||||
run: pnpm turbo test:unit --filter=@zitadel/login
|
||||
run: pnpm turbo test:unit
|
||||
env:
|
||||
DEPOT_TOKEN: ${{ secrets.DEPOT_TOKEN }}
|
||||
LOGIN_BAKE_CLI: depot bake
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -192,7 +192,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
version: ${{ needs.version.outputs.version }}
|
||||
cwd: clients/typescript
|
||||
cwd: packages
|
||||
createGithubReleases: false
|
||||
|
||||
typescript-repo:
|
||||
|
Reference in New Issue
Block a user