tornado-deploy/build.sh

14 lines
148 B
Bash
Executable File

#!/bin/bash -e
# expecting node v12
cd deployer
yarn install
yarn compile
cd ..
cd tornado-pool
yarn install
yarn circuit_prod
yarn compile
cd ..