mirror of https://github.com/buster-so/buster.git
build does not rely on start command
This commit is contained in:
parent
87a515a95f
commit
4a98da74fa
|
@ -3,7 +3,7 @@
|
|||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["@buster/database#start"],
|
||||
"dependsOn": ["@buster/database#build"],
|
||||
"outputs": ["target/release/**"],
|
||||
"inputs": [
|
||||
"server/**/*",
|
||||
|
|
Loading…
Reference in New Issue