@pisell/common 0.0.49 → 0.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -155,7 +155,7 @@ async function init() {
|
|
|
155
155
|
} else {
|
|
156
156
|
console.log("使用本地/dist");
|
|
157
157
|
}
|
|
158
|
-
if (res.env === "prod"
|
|
158
|
+
if (res.env === "prod") {
|
|
159
159
|
let _fileName = res.project.fileName;
|
|
160
160
|
await (0, import_aws.uploadStaticToOSS)(_fileName);
|
|
161
161
|
const ossRes = await inquirerOss();
|