add go and node to local dev, in anticipation of using hugo modules
This commit is contained in:
parent
c9ef6473f9
commit
af8d341f86
1 changed files with 3 additions and 0 deletions
|
@ -18,12 +18,15 @@
|
||||||
cacert
|
cacert
|
||||||
rsync
|
rsync
|
||||||
git
|
git
|
||||||
|
go
|
||||||
hugo
|
hugo
|
||||||
hut
|
hut
|
||||||
|
nodejs
|
||||||
ruby
|
ruby
|
||||||
statix
|
statix
|
||||||
bundler
|
bundler
|
||||||
];
|
];
|
||||||
|
NODE_PATH="./node_modules";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue