Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Dec 23, 2023
1 parent d53edde commit b1b1fd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/plugin-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"dev": "umi-scripts father dev"
},
"dependencies": {
"@umijs/utils": "workspace:*",
"tsx": "^3.12.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-run/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { fsExtra, resolve } from '@umijs/utils';
import assert from 'assert';
import { fork } from 'child_process';
import { writeFileSync } from 'fs';
import { dirname, join } from 'path';
import { IApi } from 'umi';
import { fsExtra, resolve } from 'umi/plugin-utils';

export default (api: IApi) => {
api.describe({
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1b1fd3

Please sign in to comment.