Merge pull request #2105 from jumpserver/dev

v2.27.0-rc2
This commit is contained in:
Jiangjie.Bai 2022-10-14 11:01:32 +08:00 committed by GitHub
commit ec7768267f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode staging",
"build": "vue-cli-service build",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",