We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7687978 commit 525bd06Copy full SHA for 525bd06
Makefile
@@ -18,4 +18,4 @@ build-composer:
18
composer install --no-dev -o
19
20
build-assets:
21
- cd _module_dev && npm install && npm run build
+ cd _module_dev && . ${HOME}/.nvm/nvm.sh && nvm install && npm install && npm run build
0 commit comments