mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 10:46:30 -05:00
Remove modules linker patch
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
508b1138de
commit
7ec9397bb2
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@
|
|||
|
||||
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…
Reference in a new issue