Skip to content

Commit 0a48ff7

Browse files
committed
✨refactor(feature): 剔除无效依赖
1 parent 9b70cf7 commit 0a48ff7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/lint-script.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { prettierFormat } from "../src/command/prettier-format";
55
async function lint() {
66
try {
77
await prettierFormat(["./src/", "./scripts/"]);
8-
await execCommand("git", ["add", "."]);
98
await eslintFix(["./src/", "./scripts/"]);
9+
await execCommand("git", ["add", "."]);
1010
} catch (error) {
1111
loggerWarring(error);
1212
}

src/command/npm-dep-check.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { ACTIVATION } from "../shared/config";
21
import { execCommand } from "../shared/index";
32

43
export const npmDepCheck = async () => {

0 commit comments

Comments
 (0)