@umijs/plugin-run 4.0.50 → 4.0.51
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.
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48,6 +48,8 @@ var src_default = (api) => {
|
|
|
48
48
|
});
|
|
49
49
|
api.registerCommand({
|
|
50
50
|
name: "run",
|
|
51
|
+
description: "run the script commands, support for ts and zx",
|
|
52
|
+
configResolveMode: "loose",
|
|
51
53
|
fn: ({ args }) => {
|
|
52
54
|
var _a;
|
|
53
55
|
const globals = ((_a = api.config.run) == null ? void 0 : _a.globals) || [];
|
package/package.json
CHANGED