Skip to content

Commit

Permalink
Removed the --openssl-legacy-provide from the 'Build' command
Browse files Browse the repository at this point in the history
  • Loading branch information
ZermattChris committed Apr 17, 2023
1 parent ae25258 commit 64ee776
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 @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"serve": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"build": "vue-cli-service build",
"lint": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
Expand Down

0 comments on commit 64ee776

Please sign in to comment.