mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09:41 +02:00
Update src/backend/build-static.ts
Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
This commit is contained in:
parent
62d6031fca
commit
7700d694fc
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export default async function buildStatic(): Promise<void> {
|
|||
});
|
||||
}
|
||||
|
||||
console.log('Remove old static files');
|
||||
console.log('Removing old static files');
|
||||
await fse.remove(distPath);
|
||||
|
||||
console.log('Building static files');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue