urbit/sh/build-interface
2021-02-26 16:41:05 -05:00

17 lines
160 B
Bash
Executable File

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