forked from imbytecat/fullstack-starter
refactor: rename compile:mac/win to compile:darwin/windows to match Bun target names
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dist:mac": {
|
||||
"dependsOn": ["build", "@furtherverse/server#compile:mac"],
|
||||
"dependsOn": ["build", "@furtherverse/server#compile:darwin"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dist:win": {
|
||||
"dependsOn": ["build", "@furtherverse/server#compile:win"],
|
||||
"dependsOn": ["build", "@furtherverse/server#compile:windows"],
|
||||
"outputs": ["dist/**"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user