Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
minzhi3 committed Mar 1, 2022
1 parent d558ab6 commit 96f848c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as fs from "fs-extra";
import * as fs from "fs";
import { IBuildTaskOption } from "../@types";
import { IBuildResult } from "../@types";
import * as path from "path";
Expand Down

0 comments on commit 96f848c

Please # to comment.