mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-15 22:10:30 +00:00
ASF V3.4 with ASF UI (#906)
* Add ASF UI as dependency * Correct CIs * Misc * Misc * Another attempt of fixing travis * And another one * Test monmon improvements * Test * Another test * More travis tests * And one more * Another test * More tests * More tests * More tests * Final code * Use deploy script for ASF UI * Misc * Kill obsolete code and bump version * Delete old asf-ui * Add new ASF-ui * Add UI.html
This commit is contained in:
committed by
GitHub
parent
b342b31298
commit
d0f32c8250
11
cc.sh
11
cc.sh
@@ -53,6 +53,17 @@ if [[ ! -f "$SOLUTION" ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ -f "ASF-ui/package.json" ]] && hash npm 2>/dev/null; then
|
||||
echo "Building ASF UI..."
|
||||
|
||||
cd ASF-ui
|
||||
npm i --no-progress
|
||||
npm run-script deploy --no-progress
|
||||
cd ..
|
||||
else
|
||||
echo "WARNING: ASF UI dependencies are missing, skipping build of ASF UI..."
|
||||
fi
|
||||
|
||||
DOTNET_FLAGS=(-c "$CONFIGURATION" -f "$TARGET_FRAMEWORK" -o "$OUT" '/nologo')
|
||||
|
||||
if [[ "$LINK_DURING_PUBLISH" -eq 0 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user