summaryrefslogtreecommitdiff
path: root/scripts/bundle.sh
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-10-05 16:06:19 +0200
committerLibravatar GitHub <noreply@github.com>2023-10-05 16:06:19 +0200
commitd173fcdfa3ad6f6aee721c8553f25f4db38fa302 (patch)
tree722cdaf93e090edcf83769ae763731008daf5fd3 /scripts/bundle.sh
parentupdates markdown parsing to reduce allocations in the same way as the plain t... (diff)
downloadgotosocial-d173fcdfa3ad6f6aee721c8553f25f4db38fa302.tar.xz
[chore] Convert some settings / admin panel JS to TypeScript (#2247)
* initial conversion of STUFF to typescript * more stuff * update babel deps, include commonjs transform * update bundler & eslint configuration * eslint --fix * upgrade deps * update docs, build stuff, peripheral stuff --------- Co-authored-by: f0x <f0x@cthu.lu>
Diffstat (limited to 'scripts/bundle.sh')
-rwxr-xr-xscripts/bundle.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/bundle.sh b/scripts/bundle.sh
deleted file mode 100755
index de218949f..000000000
--- a/scripts/bundle.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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