Merge branch 'dev' of gitlab.33.cn:CassiniatSaturn/fns_backend into dev
Showing
deploy.sh
deleted
100644 → 0
... | @@ -9,9 +9,7 @@ | ... | @@ -9,9 +9,7 @@ |
"buildPlatform": "vue-cli-service build --mode platform", | "buildPlatform": "vue-cli-service build --mode platform", | ||
"buildNormal": "vue-cli-service build --mode normal", | "buildNormal": "vue-cli-service build --mode normal", | ||
"bdPlatform": "npm run buildPlatform & bash deployPlatform.sh", | "bdPlatform": "npm run buildPlatform & bash deployPlatform.sh", | ||
"bdNormal": "npm run buildNormal & bash deployNormal.sh", | "bdNormal": "npm run buildNormal & bash deployNormal.sh" | ||
"build": "vue-cli-service build --mode report", | |||
"bd": "npm run build & bash deploy.sh" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@tiptap/extension-image": "^2.0.0-beta.15", | "@tiptap/extension-image": "^2.0.0-beta.15", | ||
... | ... |
Please
register
or
sign in
to comment