From ab607267878c946cdcdab5925926774eafbf9a5e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 4 Jun 2020 21:59:00 +0200 Subject: [PATCH] Small tweaks in deb build rules --- debian/rules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 3c1d0c18..5fbabd8c 100755 --- a/debian/rules +++ b/debian/rules @@ -15,15 +15,13 @@ TMPDIR = $$(pwd)/debian/yunohost-admin dh $@ override_dh_auto_build: - # Run npm/bower/gulp - #cd src ; npm --progress false --loglevel warn --color false install + # Run npm/gulp + #cd src ; npm ci --progress false --loglevel warn --color false cd src ; node_modules/gulp/bin/gulp.js build rm -rf src/node_modules - rm -rf src/bower_components override_dh_clean: dh_clean #rm -rf src/node_modules - #rm -rf src/bower_components rm -rf src/dist