Skip to content

Commit

Permalink
🔧 chore(turbo): Disable caching for db:setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Jul 26, 2024
1 parent fe29ba3 commit 53cbc87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: hoverkraft-tech/compose-action@v2.0.1

- name: Setup database with migrations and seed data
run: pnpm db:setup --force
run: pnpm db:setup

- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
Expand Down
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"cache": false
},
"db:setup": {
"dependsOn": ["^topo"]
"dependsOn": ["^topo"],
"cache": false
},
"db:studio": {
"dependsOn": ["^topo"]
Expand Down

3 comments on commit 53cbc87

@vercel
Copy link

@vercel vercel bot commented on 53cbc87 Jul 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

campus-hub-student – ./apps/student

campus-hub-student-git-main-aryp.vercel.app
campus-hub-student-aryp.vercel.app
campus-hub-student.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 53cbc87 Jul 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

campus-hub-finance – ./apps/finance

campus-hub-finance-git-main-aryp.vercel.app
campus-hub-finance.vercel.app
campus-hub-finance-aryp.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 53cbc87 Jul 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

campus-hub-library – ./apps/library

campus-hub-library-git-main-aryp.vercel.app
campus-hub-library.vercel.app
campus-hub-library-aryp.vercel.app

Please sign in to comment.