Skip to content

Commit af0c9c1

Browse files
committed
Fix Makefile
1 parent 49ae071 commit af0c9c1

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
@@ -1,2 +1,2 @@
11
serve:
2-
npm run serve
2+
. "${NVM_DIR}/nvm.sh"; nvm use; npm run serve

0 commit comments

Comments
 (0)