utiller 1.0.387 → 1.0.389
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.
|
@@ -1145,7 +1145,7 @@ var NodeUtiller = /*#__PURE__*/function (_Utiller) {
|
|
|
1145
1145
|
release = _this7.persistByPath(_path4["default"].join(path, "release"));
|
|
1146
1146
|
/** 利用babel 產生出 es5相容性高的src file */
|
|
1147
1147
|
_context13.next = 8;
|
|
1148
|
-
return _this7.executeCommandLine("
|
|
1148
|
+
return _this7.executeCommandLine("npm run build:temp", path);
|
|
1149
1149
|
case 8:
|
|
1150
1150
|
pathOfPackageJson = _path4["default"].join(path, "package.json");
|
|
1151
1151
|
_context13.prev = 9;
|
package/package.json
CHANGED