Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Jun 4, 2024
1 parent 933826a commit 01d5d79
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
3 changes: 1 addition & 2 deletions apps/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"build": "next build",
"prestart": "pnpm build",
"start": "next start",
"clean": "pnpm mock:destroy && rm -rf .turbo && rm -rf node_modules && rm -rf .next",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
"clean": "pnpm mock:destroy && rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"git": {
"pre-commit": "lint-staged"
Expand Down
24 changes: 20 additions & 4 deletions apps/login/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,32 @@
"dependsOn": ["^build"]
},
"test": {
"dependsOn": ["@zitadel/node#build", "@zitadel/client2#build", "@zitadel/react#build"]
"dependsOn": [
"@zitadel/node#build",
"@zitadel/client2#build",
"@zitadel/react#build"
]
},
"test:integration": {
"dependsOn": ["@zitadel/node#build", "@zitadel/client2#build", "@zitadel/react#build"]
"dependsOn": [
"@zitadel/node#build",
"@zitadel/client2#build",
"@zitadel/react#build"
]
},
"test:unit": {
"dependsOn": ["@zitadel/node#build", "@zitadel/client2#build", "@zitadel/react#build"]
"dependsOn": [
"@zitadel/node#build",
"@zitadel/client2#build",
"@zitadel/react#build"
]
},
"test:watch": {
"dependsOn": ["@zitadel/node#build", "@zitadel/client2#build", "@zitadel/react#build"]
"dependsOn": [
"@zitadel/node#build",
"@zitadel/client2#build",
"@zitadel/react#build"
]
}
}
}

0 comments on commit 01d5d79

Please sign in to comment.