fix
This commit is contained in:
9
book/node_modules/array-difference/Makefile
generated
vendored
Normal file
9
book/node_modules/array-difference/Makefile
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
all: test
|
||||
|
||||
.PHONY: fetch-deps
|
||||
fetch-deps:
|
||||
npm install
|
||||
|
||||
.PHONY: test
|
||||
test: fetch-deps
|
||||
./node_modules/.bin/tape test/*.js
|
Reference in New Issue
Block a user