File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
"version" : " 1.0.1" ,
13
13
"scripts" : {
14
14
"available-languages" : " cd ./config/ && node available-languages.js" ,
15
- "build" : " yarn build:git-hash && NODE_ENV=\" production\" NODE_OPTIONS= \" --openssl-legacy-provider \" webpack --bail --progress --profile --config config/webpack.prod.js" ,
15
+ "build" : " yarn build:git-hash && NODE_ENV=\" production\" webpack --bail --progress --profile --config config/webpack.prod.js" ,
16
16
"build:git-hash" : " node config/githash.js" ,
17
- "build:test" : " NODE_OPTIONS= \" --openssl-legacy-provider \" webpack --bail --progress --config config/webpack.testing.js" ,
17
+ "build:test" : " webpack --bail --progress --config config/webpack.testing.js" ,
18
18
"gettext:compile" : " angular-gettext-cli --compile --files './client/gettext/po/**/*.po' --dest 'client/gettext/json/manageiq-ui-service.json' --format json && yarn available-languages && yarn gettext:validate-language-codes" ,
19
19
"gettext:extract" : " angular-gettext-cli --files './client/**/*.+(js|html)' --exclude '**/*.+spec.js' --dest './client/gettext/po/manageiq-ui-service.pot' --marker-names '__,N_'" ,
20
20
"gettext:validate" : " yarn node language/validate.js" ,
21
21
"gettext:validate-language-codes" : " yarn node language/validate-language-codes.js" ,
22
- "start" : " NODE_OPTIONS= \" --openssl-legacy-provider \" webpack serve --progress --config config/webpack.dev.js" ,
22
+ "start" : " webpack serve --progress --config config/webpack.dev.js" ,
23
23
"t" : " yarn run build:test && yarn run test:karma" ,
24
24
"test" : " yarn run gettext:extract && yarn run gettext:validate && yarn run gettext:validate-language-codes && yarn run t" ,
25
25
"test:karma" : " karma start karma.conf.js --single-run" ,
You can’t perform that action at this time.
0 commit comments