File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 27
27
],
28
28
"jest" : {
29
29
"verbose" : true ,
30
- "testPathIgnorePatterns" : [" /node_modules/" , " /pf3-component-mapper/" ],
30
+ "testPathIgnorePatterns" : [
31
+ " /node_modules/" ,
32
+ " /pf3-component-mapper/"
33
+ ],
31
34
"setupFiles" : [
32
35
" <rootDir>/config/jest.setup.js"
33
36
],
76
79
"eslint-plugin-prettier" : " ^3.1.2" ,
77
80
"eslint-plugin-react" : " ^7.18.3" ,
78
81
"eslint-plugin-react-hooks" : " ^2.4.0" ,
82
+ "fs-extra" : " ^9.0.1" ,
79
83
"glob" : " ^7.1.6" ,
80
84
"identity-obj-proxy" : " ^3.0.0" ,
81
85
"inquirer" : " ^7.1.0" ,
Original file line number Diff line number Diff line change
1
+ if ( process . env . CI ) {
2
+ return ;
3
+ }
4
+
1
5
const path = require ( 'path' ) ;
2
6
const fse = require ( 'fs-extra' ) ;
3
7
const glob = require ( 'glob' ) ;
Original file line number Diff line number Diff line change @@ -10337,7 +10337,7 @@ fs-extra@^6.0.1:
10337
10337
jsonfile "^4.0.0"
10338
10338
universalify "^0.1.0"
10339
10339
10340
- fs-extra@^9.0.0:
10340
+ fs-extra@^9.0.0, fs-extra@^9.0.1 :
10341
10341
version "9.0.1"
10342
10342
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.1.tgz#910da0062437ba4c39fedd863f1675ccfefcb9fc"
10343
10343
integrity sha512-h2iAoN838FqAFJY2/qVpzFXy+EBxfVE220PalAqQLDVsFOHLJrZvut5puAbCdNv6WJk+B8ihI+k0c7JK5erwqQ==
You can’t perform that action at this time.
0 commit comments