Skip to content

Commit ac7173c

Browse files
authored
chore: fix typo and auto clean dir on global build (#299)
1 parent ec58edc commit ac7173c

3 files changed

Lines changed: 4 additions & 2 deletions

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/cli/snap-tests/vitest-browser-mode/steps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ignoredPlatforms": ["win32", "macos", "linux"],
2+
"ignoredPlatforms": ["win32", "darwin", "linux"],
33
"env": {
44
"VITE_DISABLE_AUTO_INSTALL": "1"
55
},

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)