mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
Update production scripts to only install production npm deps
This commit is contained in:
parent
5d2c0d2e0a
commit
630e3fa863
@ -10,13 +10,13 @@ do
|
||||
cp "../production/mempool-config.${site}.json" "mempool-config.json"
|
||||
touch cache.json
|
||||
|
||||
npm install
|
||||
npm install --only=prod
|
||||
npm run build
|
||||
|
||||
if [ "${site}" = "mainnet" ]
|
||||
then
|
||||
cd "${HOME}/${site}/frontend/"
|
||||
npm install
|
||||
npm install --only=prod
|
||||
npm run build
|
||||
rsync -av ./dist/mempool/* "${HOME}/public_html/${site}/"
|
||||
fi
|
||||
|
@ -26,13 +26,13 @@ do
|
||||
if [ "${site}" = "mainnet" ]
|
||||
then
|
||||
cd "$HOME/${site}/frontend"
|
||||
npm install
|
||||
npm install --only=prod
|
||||
npm run build
|
||||
rsync -av ./dist/mempool/* "${HOME}/public_html/${site}/"
|
||||
fi
|
||||
|
||||
cd "$HOME/${site}/backend"
|
||||
npm install
|
||||
npm install --only=prod
|
||||
npm run build
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user