Skip to content

Commit

Permalink
Try to fix the #311
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 authored Aug 31, 2022
1 parent d1b7804 commit dbd28eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "npm run build && live-server",
"watch": "webpack --env buildType=dev --watch",
"prebuild": "webpack --env buildType=dev",
"build": "webpack --env buildType=prod",
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --env buildType=prod",
"release": "standard-version --message \"Release: %s [skip ci]\"",
"testcafe": "testcafe -c 4 chrome --app \"http-server\" testcafe/ --selector-timeout 1500",
"testcafe:ci": "testcafe chrome:headless --app \"http-server\" testcafe/ --selector-timeout 1500 ",
Expand Down

0 comments on commit dbd28eb

Please sign in to comment.