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

verify cache

This commit is contained in:
Thomas 2023-12-06 09:08:23 +01:00 committed by GitHub
parent f908e90517
commit 50d8133109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,8 @@ ynh_script_progression --message="Building EtherCalc... (this will take some tim
pushd "$install_dir"
ynh_use_nodejs
$ynh_npm cache verify
$ynh_npm cache clean --force
ynh_exec_warn_less npm i -g ethercalc
ynh_exec_warn_less npm i zappajs
popd