File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SOURCES := $(wildcard src/*)
6
6
VERSION := $(shell node -pe "require('./package.json') .version")
7
7
8
8
export SHELL := /bin/bash
9
- export PATH := $(ROOT ) /node_modules/.bin:$(PATH )
9
+ export PATH := $(CURDIR ) /node_modules/.bin: $( ROOT ) /node_modules/.bin:$(PATH )
10
10
11
11
# The default target.
12
12
all : lint test build
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include ../common.mk
7
7
build : index.js compat.js
8
8
9
9
test :
10
- jest --collect-coverage
10
+ @ jest --collect-coverage
11
11
12
12
index.js : $(SOURCES )
13
13
@rollup $(CURDIR ) /src/index.js \
Original file line number Diff line number Diff line change 62
62
"babel-plugin-transform-rename-import" : " ^2.2.0" ,
63
63
"jest" : " ^24.8.0" ,
64
64
"prettier" : " ^1.18.2" ,
65
- "react" : " ^16.2 .0" ,
66
- "react-dom" : " ^16.2 .0" ,
65
+ "react" : " ^16.8 .0" ,
66
+ "react-dom" : " ^16.8 .0" ,
67
67
"react-test-renderer" : " ^16.8.6"
68
68
},
69
69
"jest" : {
You can’t perform that action at this time.
0 commit comments