Setup global npm before installing patchwork on mesh

This commit is contained in:
Bob Mottram 2018-04-12 20:37:43 +01:00
parent 70d768371d
commit 96e5e1f85d
1 changed files with 1 additions and 0 deletions

View File

@ -589,6 +589,7 @@ install_patchwork() {
fi
get_npm_arch
mesh_setup_npm
git clone "$PATCHWORK_REPO" "$rootdir/etc/patchwork"
if [ ! -d "$rootdir/etc/patchwork" ]; then