mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-29 20:24:27 -05:00
89ec9ece56
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
10 lines
207 B
Bash
Executable file
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.5.0
|
|
exec npx --yes netlify-cli@${NETLIFY_VERSION} $@
|