urbit/sh/build-interface
2019-07-24 15:14:16 -07:00

18 lines
221 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
cd pkg/interface/chat
gulp bundle-prod &
cd ../launch
gulp bundle-prod &
cd ../clock
gulp bundle-prod &
cd ../publish
gulp bundle-prod &
cd ../weather
gulp bundle-prod &
cd ../../../
set +x