hedgedoc/netlify/netlify-cli.sh
renovate[bot] b0642b5d5c chore(deps): update dependency netlify-cli to v12
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-10-01 10:06:37 +02:00

10 lines
207 B
Bash
Executable file

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