Remove nvm source from makefile
This commit is contained in:
parent
291467a618
commit
761b4b376a
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -43,7 +43,6 @@ env:
|
|||
$(ENV)/pip install -r requirements.txt
|
||||
|
||||
node_modules: env
|
||||
@source ~/.nvm/nvm.sh && nvm install
|
||||
npm install
|
||||
|
||||
|
||||
|
|
Reference in a new issue