sh/build-interface: amend for SPA

This commit is contained in:
Matilde Park 2020-06-17 17:42:23 -04:00
parent 35edce597b
commit 1cc4067622

View File

@ -2,39 +2,11 @@
set -ex
cd pkg/interface/chat
cd pkg/interface
npm install
gulp bundle-prod &
npm run build:prod &
cd ../launch
npm install
gulp bundle-prod &
cd ../clock
npm install
gulp bundle-prod &
cd ../publish
npm install
gulp bundle-prod &
cd ../soto
npm install
gulp bundle-prod &
cd ../weather
npm install
gulp bundle-prod
cd ../groups
npm install
gulp bundle-prod
cd ../link
npm install
gulp bundle-prod
cd ../dbug
cd ./dbug
npm install
gulp bundle-prod