Skip to content

Commit

Permalink
Merge pull request #89 from yuvrajrathva/vue
Browse files Browse the repository at this point in the history
remove export NODE_OPTIONS=--openssl-legacy-provider from serve, buil…
  • Loading branch information
yuvrajrathva authored Sep 11, 2023
2 parents 1c6ffdd + d90205c commit cbf52b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"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",
"lint": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.4",
Expand Down

0 comments on commit cbf52b7

Please sign in to comment.