5 lines
122 B
Bash
Executable File
5 lines
122 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
exec -- stack build --fast --flag uniworx:library-only --flag uniworx:dev
|
|
echo Build task completed.
|