mirror of
https://github.com/Unleash/unleash.git
synced 2024-10-28 19:06:12 +01:00
3 lines
91 B
Bash
3 lines
91 B
Bash
|
#!/usr/bin/env sh
|
||
|
yarn --cwd ./frontend install && if [ ! -d ./dist ]; then yarn build; fi
|