[ci-force] try with just npm_version set
This commit is contained in:
parent
c723efa5c5
commit
48e784842b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -23,4 +23,4 @@ race: fmt
|
|||
prefix "$@" ./ci/test.sh --race ./...
|
||||
.PHONY: js
|
||||
js: gen
|
||||
cd d2js/js && prefix "$@" ./make.sh all
|
||||
cd d2js/js && NPM_VERSION="${NPM_VERSION}" prefix "$@" ./make.sh all
|
||||
|
|
|
|||
Loading…
Reference in a new issue