We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637e572 commit 1316f9aCopy full SHA for 1316f9a
package.json
@@ -49,7 +49,7 @@
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
"build-js": "react-scripts --openssl-legacy-provider build",
51
"start:dev": "npm-run-all -p watch-css start:local build-fragment",
52
- "start:local": "react-scripts start",
+ "start:local": "react-scripts --openssl-legacy-provider start",
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",
0 commit comments