mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:47:32 +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:
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -7,7 +7,7 @@
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
!login/.env.test
|
||||
!apps/login/.env.test
|
||||
|
||||
# Coverage
|
||||
coverage.txt
|
||||
@@ -69,7 +69,7 @@ docs/docs/apis/proto
|
||||
/internal/api/ui/login/static/resources/themes/zitadel/css/zitadel.css
|
||||
/internal/api/ui/login/static/resources/themes/zitadel/css/zitadel.css.map
|
||||
zitadel-*-*
|
||||
!login/**/zitadel-*-*
|
||||
!apps/**/zitadel-*-*
|
||||
|
||||
# local
|
||||
build/local/*.env
|
||||
|
@@ -50,22 +50,22 @@ pnpm install
|
||||
docker compose --file ./e2e/docker-compose.yaml up --detach zitadel
|
||||
|
||||
# Develop the Console (Angular app)
|
||||
pnpm turbo dev --filter=console
|
||||
pnpm dev --filter=console
|
||||
|
||||
# Develop the Login UI (Next.js app)
|
||||
pnpm turbo dev --filter=@zitadel/login
|
||||
pnpm dev --filter=@zitadel/login
|
||||
|
||||
# Develop the Documentation (Docusaurus)
|
||||
pnpm turbo dev --filter=zitadel-docs
|
||||
pnpm dev --filter=zitadel-docs
|
||||
|
||||
# Build everything
|
||||
pnpm turbo build
|
||||
pnpm build
|
||||
|
||||
# Lint and fix code across all packages
|
||||
pnpm turbo lint
|
||||
pnpm lint
|
||||
|
||||
# Run tests
|
||||
pnpm turbo test
|
||||
pnpm test
|
||||
|
||||
# Clean up
|
||||
docker compose --file ./e2e/docker-compose.yaml down
|
||||
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
@@ -12,6 +12,7 @@
|
||||
"@otplib/plugin-crypto": "^12.0.0",
|
||||
"@otplib/plugin-thirty-two": "^12.0.0",
|
||||
"@playwright/test": "^1.52.0",
|
||||
"dotenv-cli": "^8.0.0",
|
||||
"gaxios": "^7.1.0",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user