1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chitchatter_ynh.git synced 2024-09-03 18:15:59 +02:00
This commit is contained in:
Éric Gaspar 2023-01-24 17:07:33 +01:00
parent e4909bb478
commit dbc92c24f4
2 changed files with 5 additions and 5 deletions

View file

@ -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/",

View file

@ -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
#================================================= #=================================================