@pisell/common 0.0.44 → 0.0.45

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.
@@ -171,7 +171,7 @@ function _init() {
171
171
  case 34:
172
172
  console.log('使用本地/dist');
173
173
  case 35:
174
- if (!(res.env === 'prod' && res.project.fileName !== 'my_pisel_shop')) {
174
+ if (!(res.env === 'prod')) {
175
175
  _context.next = 39;
176
176
  break;
177
177
  }
@@ -145,7 +145,7 @@ async function init() {
145
145
  } else {
146
146
  console.log("使用本地/dist");
147
147
  }
148
- if (res.env === "prod" && res.project.fileName !== "my_pisel_shop") {
148
+ if (res.env === "prod") {
149
149
  let _fileName = res.project.fileName;
150
150
  await (0, import_aws.uploadStaticToOSS)(_fileName);
151
151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/common",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "description": "A collection of reusable UI components for web development",
5
5
  "license": "MIT",
6
6
  "sideEffects": [