Fix: Adding yarn install to Makefile.PL

This commit is contained in:
sergiotarxz 2021-01-19 01:17:51 +01:00
parent 6ed9ab8f24
commit 8b993968d4
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ THEME = ' . ( $config->{theme} // 'default' ) . "\n";
. " then mkdir -pv lib/Peertube/DL/public/;" . " fi\n"
. "\tcp -rfv themes/\${THEME}/public/dist/* lib/Peertube/DL/public/\n"
. "build_frontend :\n"
. "\tcd themes/\${THEME}/public && yarn build\n"
. "\tcd themes/\${THEME}/public && yarn install && yarn build\n"
. "install_config :\n"
. "\tinstall peertube-dl-web.conf bin/peertube-dl-web.conf\n"
. "src: src/Makefile\n"