mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00: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
|