1
0
mirror of https://github.com/ilyakooo0/urbit.git synced 2024-12-22 22:31:30 +03:00
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