Skip to content

Commit 1316f9a

Browse files
committed
APPSRE-7775 add missing flag
1 parent 637e572 commit 1316f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"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/",
5050
"build-js": "react-scripts --openssl-legacy-provider build",
5151
"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",
5353
"build": "yarn copy-fonts && yarn copy-img && yarn build-css && yarn build-js && yarn postbuild",
5454
"test": "yarn lint && react-scripts test --env=jsdom --watchAll=false",
5555
"eject": "react-scripts eject",

0 commit comments

Comments
 (0)