diff --git a/scripts/install b/scripts/install index 6a9a849..5bfcd92 100755 --- a/scripts/install +++ b/scripts/install @@ -101,9 +101,7 @@ pushd $install_dir ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn cache clean --all popd -#REMOVEME? ynh_install_app_dependencies $pkg_dependencies -#REMOVEME? ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ stable main" --package="yarn" --key="https://dl.yarnpkg.com/debian/pubkey.gpg" -#REMOVEME? ynh_secure_remove --file="$install_dir/.cache" +ynh_secure_remove --file="$install_dir/.cache" #================================================= # SETUP SYSTEMD diff --git a/tests.toml b/tests.toml index e69de29..91daf17 100644 --- a/tests.toml +++ b/tests.toml @@ -0,0 +1,7 @@ +test_format = 1.0 + +[default] + + # ------------ + # Tests to run + # ------------ \ No newline at end of file