mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 15:42:24 -05:00
9 lines
180 B
Bash
9 lines
180 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
# this script is really just here because GoReleaser doesn't let
|
||
|
|
# you set env vars in your 'before' commands in the free version
|
||
|
|
|
||
|
|
set -eu
|
||
|
|
|
||
|
|
BUDO_BUILD=1 node web/source
|