Skip to content

Commit

Permalink
ci: fix tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Sep 14, 2023
1 parent 0168ec4 commit 69af7e9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/umi/src/cli/forkedDev.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import { logger, printHelp, yParser, setNoDeprecation } from '@umijs/utils';
import {
logger,
printHelp,
setNoDeprecation,
setNodeTitle,
yParser,
} from '@umijs/utils';
import { DEV_COMMAND, FRAMEWORK_NAME } from '../constants';
import { Service } from '../service/service';
import { setNodeTitle } from './node';
setNodeTitle(`${FRAMEWORK_NAME}-dev`);
setNoDeprecation();

Expand Down

0 comments on commit 69af7e9

Please sign in to comment.