fix missing envvar in makefile (npm)
This commit is contained in:
parent
2e9b942024
commit
b043e42b96
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -1,6 +1,7 @@
|
|||
COMPOSER_BIN ?= composer
|
||||
PHP_BIN ?= php8.1
|
||||
YARN_BIN ?= yarn
|
||||
NPM_BIN ?= npm
|
||||
|
||||
all: build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue