Install node dependencies shoud be now on its own debian/rules script
This commit is contained in:
parent
0136ed96bc
commit
707d2d12b4
|
@ -1,4 +1,4 @@
|
|||
vn-repo (2.0.33) stable; urgency=low
|
||||
vn-repo (2.0.34) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue