Skip to content

Commit 6d6721f

Browse files
authored
fix: Clean dist folders when running just init. (#650)
1 parent 72654a6 commit 6d6721f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ _default:
99
alias r := ready
1010

1111
init:
12+
rm -rf packages/*/dist
1213
cargo binstall watchexec-cli cargo-insta typos-cli cargo-shear dprint taplo-cli -y
1314
node packages/tools/src/index.ts sync-remote
1415
pnpm install

0 commit comments

Comments
 (0)