mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +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
|