urbit/sh/build-interface
2020-06-17 17:42:23 -04:00

14 lines
128 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
cd pkg/interface
npm install
npm run build:prod &
cd ./dbug
npm install
gulp bundle-prod
set +x