urbit/sh/build-interface
2023-01-20 16:08:26 -06: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