1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-21 21:40:01 +03:00

don't use bash if not needed

from mteege
This commit is contained in:
Mechiel Lukkien 2024-02-11 21:46:45 +01:00
parent 93c52b01a0
commit 67300969c1
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
#!/bin/sh
set -eu
# generate new typescript client, only install it when it is different, so we
# don't trigger frontend builds needlessly.