hedgedoc/netlify/netlify-cli.sh
renovate[bot] d4ff772bb4 Update dependency netlify-cli to v10.18.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-08-20 11:58:15 +02:00

10 lines
208 B
Bash
Executable file

#!/bin/bash
#
# SPDX-FileCopyrightText: 2022 The HedgeDoc developers (see AUTHORS file)
#
# SPDX-License-Identifier: AGPL-3.0-only
#
NETLIFY_VERSION=10.18.0
exec npx --yes netlify-cli@${NETLIFY_VERSION} $@