Skip to content

Commit a09b547

Browse files
committed
update start script
1 parent 434e269 commit a09b547

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"preclean-start": "rm -rf frontend-assets-build 'userFolder/preview/**/*.(js|css|html)'",
6363
"clean-start": "yarn build-frontend && yarn start",
6464
"start": "concurrently \"yarn cra-start\" \"yarn electron-start\"",
65-
"cra-start": "BROWSER=none react-scripts start",
65+
"cra-start": "BROWSER=none react-scripts --openssl-legacy-provider start",
6666
"serve-preview": "http-server userFolder/preview",
6767
"electron-start": "tsc -p electron && yarn copy-files && electron .",
6868
"electron-dev": "yarn clean && concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && tsc -p electron -w\" \"wait-on http://localhost:3000 && yarn electron-start \"",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9573,6 +9573,13 @@ mini-css-extract-plugin@^2.4.5:
95739573
dependencies:
95749574
schema-utils "^4.0.0"
95759575

9576+
mini-css-extract-plugin@^2.7.1:
9577+
version "2.7.2"
9578+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz#e049d3ea7d3e4e773aad585c6cb329ce0c7b72d7"
9579+
integrity sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==
9580+
dependencies:
9581+
schema-utils "^4.0.0"
9582+
95769583
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
95779584
version "1.0.1"
95789585
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"

0 commit comments

Comments
 (0)