Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhorning committed Jul 7, 2024
1 parent 41674c7 commit f90daab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import { copy, walk } from 'jsr:@std/[email protected]';

try {
await Deno.remove('dist', { recursive: true });
} catch {
console.log('no dist folder')
} finally {
await Deno.mkdir('dist');
}
Expand Down

0 comments on commit f90daab

Please sign in to comment.