We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98e242 commit 56af428Copy full SHA for 56af428
appveyor.yml
@@ -18,6 +18,7 @@ install:
18
- npm install
19
- git clone https://github.com/jhen0409/react-devtools.git node_modules\react-devtools
20
- rm node_modules\react-devtools\.babelrc
21
+ - cd patch && npm install && cd ..
22
23
test_script:
24
- node --version
scripts/travis-build.sh
@@ -17,6 +17,7 @@ npm --version
17
npm install
rm -rf node_modules/react-devtools
npm run fetch-rdt
+cd patch && npm install && cd ..
npm run lint
npm run build
npm test
0 commit comments