We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27eab5 commit 6dc77ddCopy full SHA for 6dc77dd
ts/lib/commands/precompile.ts
@@ -61,7 +61,7 @@ export default command({
61
62
fs.mkdirsSync(path.dirname(manifestPath));
63
fs.writeFileSync(manifestPath, JSON.stringify(createdFiles.reverse()));
64
- fs.remove(outDir);
+ fs.removeSync(outDir);
65
},
66
67
_loadConfig(outDir: string) {
0 commit comments