1
1
mirror of https://github.com/urbit/shrub.git synced 2024-12-30 15:44:03 +03:00
shrub/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