mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
3 lines
91 B
Bash
Executable File
3 lines
91 B
Bash
Executable File
#!/usr/bin/env sh
|
|
yarn --cwd ./frontend install && if [ ! -d ./dist ]; then yarn build; fi
|