rectify build command

master
冯凯 2023-12-05 19:02:21 +08:00
parent 350130aa81
commit f21fa23252
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
"author": "Micheal",
"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"