mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
add log
This commit is contained in:
@@ -111,9 +111,10 @@ build_frontend() {
|
|||||||
build_arguments="$build_arguments --buildUnixTime=$BUILD_UNIXTIME"
|
build_arguments="$build_arguments --buildUnixTime=$BUILD_UNIXTIME"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Building frontend files..."
|
echo "Pulling frontend dependencies..."
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
echo "Building frontend files..."
|
||||||
npm run build $build_arguments
|
npm run build $build_arguments
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user