Skip to content

Commit 56af428

Browse files
committed
Add patch npm install for CI
1 parent d98e242 commit 56af428

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ install:
1818
- npm install
1919
- git clone https://github.com/jhen0409/react-devtools.git node_modules\react-devtools
2020
- rm node_modules\react-devtools\.babelrc
21+
- cd patch && npm install && cd ..
2122

2223
test_script:
2324
- node --version

scripts/travis-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ npm --version
1717
npm install
1818
rm -rf node_modules/react-devtools
1919
npm run fetch-rdt
20+
cd patch && npm install && cd ..
2021
npm run lint
2122
npm run build
2223
npm test

0 commit comments

Comments
 (0)