mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 15:09:10 +00:00
fix: prevent race conditions on build (#2036)
* fix: prevent race conditions on build
* refactor: upload artifacts and keep for 1 day
* chore: remove deprecated settings
* Revert "refactor: icon compatibility with macos tahoe"
This reverts commit a7a78702b1.
This commit is contained in:
+3
-3
@@ -40,15 +40,15 @@
|
||||
},
|
||||
|
||||
"dist-win": {
|
||||
"dependsOn": ["build"],
|
||||
"dependsOn": ["build", "ontime-ui#build", "ontime-server#build"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dist-mac": {
|
||||
"dependsOn": ["build"],
|
||||
"dependsOn": ["build", "ontime-ui#build", "ontime-server#build"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dist-linux": {
|
||||
"dependsOn": ["build"],
|
||||
"dependsOn": ["build", "ontime-ui#build", "ontime-server#build"],
|
||||
"outputs": ["dist/**"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user