Skip to content

Commit 1fc833e

Browse files
committed
chore: fix typo and auto clean dir on global build
1 parent ec58edc commit 1fc833e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Pull upstream dependencies
44

55
```
6-
pnpm tools sync-remote
6+
pnpm tool sync-remote
7+
pnpm install
78
```
89

910
## Build Vite+ and upstream dependencies

packages/global/rolldown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ export default defineConfig({
1515
output: {
1616
format: 'esm',
1717
dir: './dist',
18+
cleanDir: true,
1819
},
1920
});

0 commit comments

Comments
 (0)