File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SOURCES := $(wildcard src/*)
66VERSION := $(shell node -pe "require('./package.json') .version")
77
88export SHELL := /bin/bash
9- export PATH := $(ROOT ) /node_modules/.bin:$(PATH )
9+ export PATH := $(CURDIR ) /node_modules/.bin: $( ROOT ) /node_modules/.bin:$(PATH )
1010
1111# The default target.
1212all : lint test build
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include ../common.mk
77build : index.js compat.js
88
99test :
10- jest --collect-coverage
10+ @ jest --collect-coverage
1111
1212index.js : $(SOURCES )
1313 @rollup $(CURDIR ) /src/index.js \
Original file line number Diff line number Diff line change 6262 "babel-plugin-transform-rename-import" : " ^2.2.0" ,
6363 "jest" : " ^24.8.0" ,
6464 "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" ,
6767 "react-test-renderer" : " ^16.8.6"
6868 },
6969 "jest" : {
You can’t perform that action at this time.
0 commit comments