We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec58edc commit 1fc833eCopy full SHA for 1fc833e
2 files changed
README.md
@@ -3,7 +3,8 @@
3
## Pull upstream dependencies
4
5
```
6
-pnpm tools sync-remote
+pnpm tool sync-remote
7
+pnpm install
8
9
10
## Build Vite+ and upstream dependencies
packages/global/rolldown.config.ts
@@ -15,5 +15,6 @@ export default defineConfig({
15
output: {
16
format: 'esm',
17
dir: './dist',
18
+ cleanDir: true,
19
},
20
});
0 commit comments