mirror of
https://github.com/mempool/mempool.git
synced 2025-04-01 00:18:05 +02:00
Adjust build scripts for new AU frontend build output in /browser/
This commit is contained in:
parent
ff0d1a7589
commit
0d50bbdc0a
@ -18,6 +18,6 @@ do
|
||||
cd "${HOME}/${site}/frontend/"
|
||||
npm install
|
||||
npm run build
|
||||
rsync -av ./dist/mempool/* "${HOME}/public_html/${site}/"
|
||||
rsync -av ./dist/mempool/browser/* "${HOME}/public_html/${site}/"
|
||||
fi
|
||||
done
|
||||
|
@ -36,7 +36,7 @@ do
|
||||
cd "$HOME/${site}/frontend"
|
||||
npm install
|
||||
npm run build
|
||||
rsync -av ./dist/mempool/* "${HOME}/public_html/${site}/"
|
||||
rsync -av ./dist/mempool/browser/* "${HOME}/public_html/${site}/"
|
||||
fi
|
||||
|
||||
cd "$HOME/${site}/backend"
|
||||
|
Loading…
x
Reference in New Issue
Block a user