Skip to content

Commit 525bd06

Browse files
committed
Makefile installation fix
1 parent 7687978 commit 525bd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ build-composer:
1818
composer install --no-dev -o
1919

2020
build-assets:
21-
cd _module_dev && npm install && npm run build
21+
cd _module_dev && . ${HOME}/.nvm/nvm.sh && nvm install && npm install && npm run build

0 commit comments

Comments
 (0)