.sh
Showing
.env.live
0 → 100644
deployLive.sh
0 → 100644
... | @@ -8,8 +8,10 @@ | ... | @@ -8,8 +8,10 @@ |
"normal": "vue-cli-service serve --mode normal", | "normal": "vue-cli-service serve --mode normal", | ||
"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", | ||
"buildLive": "vue-cli-service build --mode live", | |||
"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", | ||
"bdLive": "npm run buildLive & bash deployLive.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