mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-06-08 00:56:58 +03:00
I've modify the place where I inserted code to minimize the number of files touched. (#131)
This commit is contained in:
parent
e74a3a808f
commit
1da9b8418e
2 changed files with 19 additions and 3 deletions
|
@ -4,7 +4,9 @@ set -e
|
|||
DIR=$(dirname "$0")
|
||||
|
||||
# install node modules
|
||||
yarn install --pure-lockfile --production
|
||||
YARN=yarn
|
||||
[ -x /usr/bin/lsb_release ] && [ -n "`lsb_release -i | grep Debian`" ] && YARN=yarnpkg
|
||||
$YARN install --pure-lockfile --production
|
||||
|
||||
# Copy admin-lte dist
|
||||
mkdir -p "${DIR}/assets/dist/js" "${DIR}/assets/dist/css" && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue