hedgedoc/netlify/netlify-cli.sh
renovate[bot] 1e016aef19
Update dependency netlify-cli to v11 (#2302)
Signed-off-by: Renovate Bot <bot@renovateapp.com>

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-21 11:22:27 +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=11.3.0
exec npx --yes netlify-cli@${NETLIFY_VERSION} $@