Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
:upd
Browse files Browse the repository at this point in the history
  • Loading branch information
jreydman committed Feb 13, 2024
1 parent a3c9721 commit 96dc15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"build": {
"dependsOn": ["migration:run", ""^build"],
"dependsOn": ["migration:run", "^build"],
"outputs": ["build/**", "dist/**"]
},
"test": {
Expand Down

0 comments on commit 96dc15a

Please sign in to comment.