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

View file

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