Use node instead of nodejs

This commit is contained in:
Raphaël Jakse 2020-05-03 11:38:09 +02:00
parent 99defab4fe
commit 5223b76adf
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ lang:
cd l10n; make
start-debug-server:
DEV_ENABLE_SERVING_FILES=true TRIVABBLE_PORT=$(PORT) nodejs trivabble-server.js
DEV_ENABLE_SERVING_FILES=true TRIVABBLE_PORT=$(PORT) node trivabble-server.js