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"