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 ca69d81 commit 3f492ccCopy full SHA for 3f492cc
src/command/render/project.ts
@@ -307,7 +307,7 @@ export async function renderProject(
307
(projectRenderConfig.options.flags?.clean == true) &&
308
(projType.cleanOutputDir === true))
309
) {
310
- // ouptut dir
+ // output dir
311
const realProjectDir = normalizePath(context.dir);
312
if (existsSync(projOutputDir)) {
313
const realOutputDir = normalizePath(projOutputDir);
0 commit comments