diff --git a/scripts/deploy/gui.sh b/scripts/deploy/gui.sh new file mode 100644 index 00000000..ca7248d5 --- /dev/null +++ b/scripts/deploy/gui.sh @@ -0,0 +1,6 @@ +#!/bin/env bash +yarn workspace @nostrwatch/nip66 build +yarn workspace @nostrwatch/nip66-cacheadapter-nostrsqlite build +yarn workspace @nostrwatch/nip66-wsadapter-nostrtools build +yarn workspace @nostrwatch/utils build +yarn workspace @nostrwatch/gui build \ No newline at end of file