forked from matrix/element-web
Create node_modules if it doesn't exist
This commit is contained in:
parent
94ac4bf490
commit
60d33f50a7
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
curbranch=`git rev-parse --abbrev-ref HEAD`
|
curbranch=`git rev-parse --abbrev-ref HEAD`
|
||||||
|
|
||||||
|
mkdir -p node_modules
|
||||||
cd node_modules
|
cd node_modules
|
||||||
|
|
||||||
function dodep() {
|
function dodep() {
|
||||||
|
|
Loading…
Reference in New Issue