mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-11 08:01:13 +00:00
7 lines
160 B
Bash
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 |