@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.
@@ -179,7 +179,7 @@ function _init() {
179
179
  case 34:
180
180
  console.log('使用本地/dist');
181
181
  case 35:
182
- if (!(res.env === 'prod' || res.env === 'pre')) {
182
+ if (!(res.env === 'prod')) {
183
183
  _context.next = 44;
184
184
  break;
185
185
  }
@@ -155,7 +155,7 @@ async function init() {
155
155
  } else {
156
156
  console.log("使用本地/dist");
157
157
  }
158
- if (res.env === "prod" || res.env === "pre") {
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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/common",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "description": "A collection of reusable UI components for web development",
5
5
  "license": "MIT",
6
6
  "sideEffects": [