Skip to content

Commit 4150bf2

Browse files
committed
APPSRE-7775 add missing flag
1 parent 637e572 commit 4150bf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
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",
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",
5656
"prettier": "prettier --write --single-quote --trailing-comma=none \"src/**/*.js\"",
5757
"analyze": "source-map-explorer build/static/js/main.*",
5858
"lint": "yarn lint:js",

0 commit comments

Comments
 (0)