mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Fix parameters in netlify cli script (#2258)
* Fix parameters in netlify cli script * Use node-modules linker when deploying to netlify Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
27fc0764fa
commit
b008cac781
7 changed files with 14 additions and 8 deletions
|
@ -7,4 +7,4 @@
|
|||
#
|
||||
|
||||
NETLIFY_VERSION=10.13.0
|
||||
exec npx --yes netlify-cli@${NETLIFY_VERSION}
|
||||
exec npx --yes netlify-cli@${NETLIFY_VERSION} $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue