generated from duanshuwen/webapp-vue-frontend
feat: 更新配置文件
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "dotenv -e .env.development vite",
|
||||
"build:prod": "dotenv -e .env.production vite build && rimraf ./dist/assets/*.map && rimraf stats.html",
|
||||
"build:stage": "dotenv -e .env.staging vite build && rimraf ./dist/assets/*.map && rimraf stats.html",
|
||||
"build:prod": "vite build && rimraf ./dist/assets/*.map && rimraf stats.html",
|
||||
"build:stage": "vite build && rimraf ./dist/assets/*.map && rimraf stats.html",
|
||||
"openapi": "dotenv -e .env.development -- openapi-ts",
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint --ext .vue,.js src",
|
||||
|
||||
Reference in New Issue
Block a user