mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-23 23:21:01 -04:00
3 lines
47 B
Bash
Executable file
3 lines
47 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
dart run build_runner build
|