mirror of
https://github.com/YunoHost-Apps/umami_ynh.git
synced 2024-10-01 13:34:50 +02:00
commit
035e75da8d
2 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Simple, fast, privacy-focused alternative to Google Analytics",
|
"en": "Simple, fast, privacy-focused alternative to Google Analytics",
|
||||||
"fr": "Alternative simple, rapide et axée sur la confidentialité à Google Analytics"
|
"fr": "Alternative rapide et axée sur la confidentialité à Google Analytics"
|
||||||
},
|
},
|
||||||
"version": "1.32.0~ynh1",
|
"version": "1.32.0~ynh1",
|
||||||
"url": "https://umami.is/",
|
"url": "https://umami.is/",
|
||||||
|
|
|
@ -100,8 +100,7 @@ ynh_script_progression --message="Configuring the app..." --weight=15
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install
|
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install
|
||||||
next build --profile
|
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm run build
|
||||||
#ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm run build
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue