mirror of
https://github.com/remko/waforth
synced 2025-01-18 22:26:39 +01:00
Replace 'npx' with 'yarn exec'
This commit is contained in:
parent
d42b6d578c
commit
f42c172335
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -3,8 +3,8 @@ WAT2WASM_FLAGS=
|
|||
ifeq ($(DEBUG),1)
|
||||
WAT2WASM_FLAGS=--debug-names
|
||||
endif
|
||||
WEBPACK=npx webpack
|
||||
WEBPACK_DEV_SERVER=npx webpack-dev-server
|
||||
WEBPACK=yarn exec webpack
|
||||
WEBPACK_DEV_SERVER=yarn exec webpack-dev-server
|
||||
|
||||
WASM_FILES=src/waforth.wasm tests/benchmarks/sieve-vanilla.wasm
|
||||
|
||||
|
|
Loading…
Reference in a new issue