1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wikijs_ynh.git synced 2024-09-03 20:36:09 +02:00

back to 2.0.0-beta.17

This commit is contained in:
yalh76 2019-02-03 02:52:15 +01:00
parent f3138d5193
commit 76fd419cba
4 changed files with 4 additions and 5 deletions

View file

@ -11,7 +11,7 @@ An open source, modern and powerful wiki app built on Node.js, Git and Markdown
**Wiki.js is still under development, all features not already implemented.** **Wiki.js is still under development, all features not already implemented.**
**Shipped version:** 2.0.0-beta.17 **Shipped version:** 2.0.0-beta.16
## Licence ## Licence

View file

@ -6,7 +6,7 @@
"en": "An open source, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.", "en": "An open source, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost.",
"fr": "Un wiki moderne et open source propulsé Node.js, Git et Markdown pour YunoHost." "fr": "Un wiki moderne et open source propulsé Node.js, Git et Markdown pour YunoHost."
}, },
"version": "2.0.0-beta.17~ynh1", "version": "2.0.0-beta.16~ynh1",
"url": "https://wiki.js.org/", "url": "https://wiki.js.org/",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"maintainer": { "maintainer": {

View file

@ -134,7 +134,7 @@ ynh_app_setting_set $app final_path $final_path
git clone https://github.com/Requarks/wiki "$final_path" git clone https://github.com/Requarks/wiki "$final_path"
pushd $final_path pushd $final_path
git checkout 2.0.0-beta.17 git checkout 2.0.0-beta.16
popd popd
#================================================= #=================================================
@ -191,7 +191,6 @@ pushd $final_path
sudo -u $app env PATH=$PATH:$nodejs_path npm install "graphql@^0.13.0" --save --production sudo -u $app env PATH=$PATH:$nodejs_path npm install "graphql@^0.13.0" --save --production
sudo -u $app env PATH=$PATH:$nodejs_path npm install "acorn@^6.0.0" --save --production sudo -u $app env PATH=$PATH:$nodejs_path npm install "acorn@^6.0.0" --save --production
sudo -u $app env PATH=$PATH:$nodejs_path npm install "babel-core@>=6.0.20" --save --production sudo -u $app env PATH=$PATH:$nodejs_path npm install "babel-core@>=6.0.20" --save --production
#sudo -u $app env PATH=$PATH:$nodejs_path npm install "eslint@>=5.0.0" --save --production
sudo -u $app env PATH=$PATH:$nodejs_path npm install --production sudo -u $app env PATH=$PATH:$nodejs_path npm install --production
sudo -u $app env PATH=$PATH:$nodejs_path npm audit fix sudo -u $app env PATH=$PATH:$nodejs_path npm audit fix
sudo -u $app env PATH=$PATH:$nodejs_path npm run build sudo -u $app env PATH=$PATH:$nodejs_path npm run build

View file

@ -88,7 +88,7 @@ path_url=$(ynh_normalize_url_path $path_url)
pushd $final_path pushd $final_path
git pull git pull
git checkout 2.0.0-beta.17 git checkout 2.0.0-beta.16
popd popd
#================================================= #=================================================