Skip to content

Commit

Permalink
feat: don't try to delete top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Apr 4, 2023
1 parent a260c46 commit 5dd91e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sf-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ try {
let outDir = 'docs';

// preserve perf test files, which are also stored in gh-pages
shell.exec(`find ./${outDir} -not -path './${outDir}/perf*' -delete`);
shell.exec(`find ./${outDir}/* -not -path './${outDir}/perf*' -delete`);

outDir = join(packageRoot, outDir, 'tmp');

Expand Down

0 comments on commit 5dd91e9

Please sign in to comment.