diff --git a/zfipc-ui/package.json b/zfipc-ui/package.json index 8c174b5..6cd9651 100644 --- a/zfipc-ui/package.json +++ b/zfipc-ui/package.json @@ -5,8 +5,8 @@ "author": "", "license": "MIT", "scripts": { - "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", - "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", + "dev": "vue-cli-service serve", + "build:prod": "vue-cli-service build", "build:stage": "vue-cli-service build --mode staging", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src"