Skip to content

Commit dbd28eb

Browse files
authored
Try to fix the #311
1 parent d1b7804 commit dbd28eb

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
@@ -5,7 +5,7 @@
55
"start": "npm run build && live-server",
66
"watch": "webpack --env buildType=dev --watch",
77
"prebuild": "webpack --env buildType=dev",
8-
"build": "webpack --env buildType=prod",
8+
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --env buildType=prod",
99
"release": "standard-version --message \"Release: %s [skip ci]\"",
1010
"testcafe": "testcafe -c 4 chrome --app \"http-server\" testcafe/ --selector-timeout 1500",
1111
"testcafe:ci": "testcafe chrome:headless --app \"http-server\" testcafe/ --selector-timeout 1500 ",

0 commit comments

Comments
 (0)