Create node_modules if it doesn't exist

pull/3945/head
David Baker 2017-05-17 16:19:19 +01:00
parent 94ac4bf490
commit 60d33f50a7
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
curbranch=`git rev-parse --abbrev-ref HEAD`
mkdir -p node_modules
cd node_modules
function dodep() {