mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-06-24 14:50:35 -04:00
3 lines
76 B
Bash
Executable file
3 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
dart run build_runner build --delete-conflicting-outputs
|