Files
komodo/frontend/on_pull.sh
T
2024-05-05 23:17:27 -07:00

7 lines
160 B
Bash

#!/bin/sh
## Install, build, and setup yarn link on client.
yarn build-client
## Link, install, build frontend
yarn link @monitor/client && yarn && yarn build