File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
"watch-css" : " yarn build-css && sass --watch --style compressed $npm_package_sassIncludes_src $npm_package_sassIncludes_patternfly $npm_package_sassIncludes_patternflyReact $npm_package_sassIncludes_bootstrap $npm_package_sassIncludes_fontAwesome src/" ,
50
50
"build-js" : " react-scripts --openssl-legacy-provider build" ,
51
51
"start:dev" : " npm-run-all -p watch-css start:local build-fragment" ,
52
- "start:local" : " react-scripts start" ,
52
+ "start:local" : " react-scripts --openssl-legacy-provider start" ,
53
53
"build" : " yarn copy-fonts && yarn copy-img && yarn build-css && yarn build-js && yarn postbuild" ,
54
- "test" : " yarn lint && react-scripts test --env=jsdom --watchAll=false" ,
55
- "eject" : " react-scripts eject" ,
54
+ "test" : " yarn lint && react-scripts --openssl-legacy-provider test --env=jsdom --watchAll=false" ,
55
+ "eject" : " react-scripts --openssl-legacy-provider eject" ,
56
56
"prettier" : " prettier --write --single-quote --trailing-comma=none \" src/**/*.js\" " ,
57
57
"analyze" : " source-map-explorer build/static/js/main.*" ,
58
58
"lint" : " yarn lint:js" ,
You can’t perform that action at this time.
0 commit comments