mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -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,6 +7,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
echo 'Patch yarnrc to use node_modules'
|
||||
sed -i "s/nodeLinker: pnp/nodeLinker: node-modules/" .yarnrc.yml
|
||||
echo 'Patch intro.md to include netlify banner.'
|
||||
cp netlify/intro.md public/mock-public/intro.md
|
||||
echo 'Patch motd.md to include privacy policy.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue