sys5923812@126.com 1 月之前
父节点
当前提交
3259ef4546
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      package.json

+ 2 - 2
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"