Merge branch 'feature/17679-企业文化平台搭建' into 'master'
Feature/17679 企业文化平台搭建 See merge request !2
Showing
deploy/deployprod.js
0 → 100644
| ... | ... | @@ -10,12 +10,14 @@ |
| "dev": "vite", | ||
| "build": "run-p type-check \"build-only {@}\" --", | ||
| "preview": "vite preview", | ||
| "build-only": "vite build", | ||
| "type-check": "vue-tsc --build", | ||
| "lint": "eslint . --fix --cache", | ||
| "format": "prettier --write src/", | ||
| "build-only": "vite build", | ||
| "build:test": "nvm use 20 && vite build --mode test", | ||
| "deploy:test": "node deploy/deploytest.js", | ||
| "build:test": "nvm use 20 && vite build --mode test" | ||
| "build:prod": "nvm use 20 && vite build --mode production", | ||
| "deploy:prod": "node deploy/deployprod.js" | ||
| }, | ||
| "dependencies": { | ||
| "@element-plus/icons-vue": "^2.3.2", | ||
| ... | ... |
Please
register
or
sign in
to comment