Skip to content

Commit

Permalink
Merge pull request #171 from sidetracklabs/renovate/major-turbo-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update dependency turbo to v2
  • Loading branch information
aniravi24 authored Jun 26, 2024
2 parents 991a68c + b96b4b7 commit 0291235
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pnpm install && pnpm postinstall-steps

- name: Build and lint and type-check
run: pnpm build && pnpm turbo lint test-ci typecheck
run: pnpm build && pnpm turbo --env-mode=loose lint test-ci typecheck
env:
DATABASE_URL: postgres://postgres:password@localhost:5432/sidetrack?sslmode=disable

Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CI=true pnpm turbo build --force && CI=true pnpm turbo lint test typecheck --force
CI=true pnpm turbo --env-mode=loose build --force && CI=true pnpm turbo --env-mode=loose lint test typecheck --force
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier-plugin-sort-json": "4.0.0",
"sonicware-tdt": "20.0.0",
"tsup": "8.1.0",
"turbo": "1.13.4",
"turbo": "2.0.5",
"typedoc": "0.26.2",
"typescript": "5.5.2"
},
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
Expand Down

0 comments on commit 0291235

Please sign in to comment.