Skip to content

Commit 97d183e

Browse files
committed
Add just build
1 parent 71b1d49 commit 97d183e

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Vite+
22

3+
## Pull upstream dependencies
4+
5+
```
6+
pnpm tools sync-remote
7+
```
8+
9+
## Build Vite+ and upstream dependencies
10+
11+
```
12+
just build
13+
```
14+
315
## Install internal global cli
416

517
Add the following lines to your `~/.npmrc` file:

justfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ init:
1212
cargo binstall watchexec-cli cargo-insta typos-cli cargo-shear dprint taplo-cli -y
1313
pnpm run bootstrap-cli
1414

15+
build:
16+
pnpm --filter @rolldown/pluginutils build
17+
pnpm --filter rolldown build-binding:release
18+
pnpm --filter rolldown build-node
19+
pnpm --filter rolldown-vite build-types
20+
pnpm --filter=@voidzero-dev/vite-plus build
21+
1522
ready:
1623
git diff --exit-code --quiet
1724
typos

0 commit comments

Comments
 (0)