|
@@ -33,7 +33,7 @@ QVITTER_THEME_REPO="https://git.postactiv.com/bob/Qvitter"
|
33
|
33
|
QVITTER_THEME_COMMIT='b5791cf935a6391c492cefa1ffa50cc3cea44c12'
|
34
|
34
|
|
35
|
35
|
PLEROMA_REPO="https://gitgud.io/lambadalambda/pleroma-fe"
|
36
|
|
-PLEROMA_COMMIT='7d59051fc5e93585d8d9858ac989d9ebf7aa3cf9'
|
|
36
|
+PLEROMA_COMMIT='cbe652f2d94d81fa54a37378b7ff014c4391ca5e'
|
37
|
37
|
|
38
|
38
|
ARMADILLO_REPO="https://git.postactiv.com/maiya/Armadillo"
|
39
|
39
|
ARMADILLO_COMMIT='ec3938a678f373156c4cbf37926c9a5ab68222c4'
|
|
@@ -409,6 +409,7 @@ function install_pleroma_front_end {
|
409
|
409
|
npm install -g eslint-plugin-promise@3.5.0
|
410
|
410
|
npm install -g moment@2.18.1
|
411
|
411
|
npm install -g node-sass@4.5.2
|
|
412
|
+ npm install -g whatwg-fetch@2.0.3
|
412
|
413
|
yarn
|
413
|
414
|
if [ -f $INSTALL_DIR/pleroma/dist/index.html ]; then
|
414
|
415
|
rm -rf $INSTALL_DIR/pleroma/dist/*
|
|
@@ -452,6 +453,7 @@ function upgrade_pleroma {
|
452
|
453
|
if [ -d $INSTALL_DIR/pleroma ]; then
|
453
|
454
|
set_repo_commit $INSTALL_DIR/pleroma "${app_name} pleroma commit" "$PLEROMA_COMMIT" $PLEROMA_REPO
|
454
|
455
|
cd $INSTALL_DIR/pleroma
|
|
456
|
+ yarn
|
455
|
457
|
npm run build
|
456
|
458
|
if [ ! -d $INSTALL_DIR/pleroma/dist ]; then
|
457
|
459
|
echo 'Unable to build pleroma'
|