mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
sh/build-interface: amend for SPA
This commit is contained in:
parent
35edce597b
commit
1cc4067622
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user