fix missing envvar in makefile (npm)

This commit is contained in:
Simon Vieille 2022-04-20 15:27:29 +02:00
parent 2e9b942024
commit b043e42b96
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
COMPOSER_BIN ?= composer
PHP_BIN ?= php8.1
YARN_BIN ?= yarn
NPM_BIN ?= npm
all: build