Skip to content

Commit

Permalink
added dependsOn to bootstrap task
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Dec 14, 2024
1 parent bf67ed1 commit 582d70e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 86 deletions.
63 changes: 0 additions & 63 deletions Dockerfile.old

This file was deleted.

22 changes: 0 additions & 22 deletions README.Docker.md

This file was deleted.

4 changes: 3 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"tasks": {
"build": {},
"lint": {},
"bootstrap": {},
"bootstrap": {
"dependsOn": ["^bootstrap"]
},
"test": {}
}
}

0 comments on commit 582d70e

Please sign in to comment.