mirror of
https://github.com/YunoHost-Apps/chitchatter_ynh.git
synced 2024-09-03 18:15:59 +02:00
Fix
This commit is contained in:
parent
e4909bb478
commit
dbc92c24f4
2 changed files with 5 additions and 5 deletions
|
@ -3,8 +3,8 @@
|
||||||
"id": "chitchatter",
|
"id": "chitchatter",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Peer-to-peer chat app that is serverless, decentralized, and ephemeral",
|
"en": "Peer-to-peer chat that is serverless, decentralized, and ephemeral",
|
||||||
"fr": "Application de chat peer-to-peer sans serveur, décentralisée et éphémère"
|
"fr": "Chat peer-to-peer sans serveur, décentralisée et éphémère"
|
||||||
},
|
},
|
||||||
"version": "1.0~ynh3",
|
"version": "1.0~ynh3",
|
||||||
"url": "https://chitchatter.im/",
|
"url": "https://chitchatter.im/",
|
||||||
|
|
|
@ -90,9 +90,9 @@ ynh_script_progression --message="Configuring the app..." --weight=10
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
npm install -g npm@latest serve
|
ynh_exec_warn_less npm install -g npm@latest serve
|
||||||
npm install
|
ynh_exec_warn_less npm install
|
||||||
npm run build
|
ynh_exec_warn_less npm run build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue