mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-05 02:27:01 +03:00
14 lines
128 B
Bash
Executable File
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
|