Install node dependencies shoud be now on its own debian/rules script

This commit is contained in:
Juan 2018-05-11 22:33:18 +02:00
parent 0136ed96bc
commit 707d2d12b4
2 changed files with 1 additions and 6 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-repo (2.0.33) stable; urgency=low
vn-repo (2.0.34) stable; urgency=low
* Initial Release.

View File

@ -19,11 +19,6 @@ if [ "$owner" != "$USER" ]; then
exit 1
fi
if [ -f "$srcDir/package.json" ]; then
echo -e "\n# Installing Node dependencies\n"
(cd "$srcDir" && npm --silent install)
fi
if [ -f "$srcDir/debian/changelog" ]; then
echo -e "\n# Cleaning last build\n"
rm -f $buildDir/*.deb