4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-17 22:47:04 +00:00
AzuraCast/frontend/build_entrypoint.sh
2020-01-08 20:25:38 -06:00

6 lines
39 B
Bash

#!/usr/bin/env bash
npm ci
exec "$@"