Skip to content

Commit 9924c89

Browse files
committed
chore(examples): update README to use Bun
1 parent 30f0d06 commit 9924c89

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

examples/rollup/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
55
## Available Scripts
66

7-
### `yarn dev`
7+
### `bun dev`
88

99
Runs the project in development mode and watches for any changes.
1010

11-
### `yarn build`
11+
### `bun run build`
1212

1313
Builds the project for production.
1414

15-
### `yarn validate`
15+
### `bun run validate`
1616

1717
Validates Svelte files using `svelte-check`.

examples/routify/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
55
## Available Scripts
66

7-
### `yarn dev`
7+
### `bun dev`
88

99
Runs the project in development mode and watches for any changes.
1010

11-
### `yarn build`
11+
### `bun run build`
1212

1313
Builds the project for production.
1414

15-
### `yarn preview`
15+
### `bun preview`
1616

17-
Preview the app locally. Run `yarn build` first.
17+
Preview the app locally. Run `bun run build` first.

examples/sveltekit/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
55
## Available Scripts
66

7-
### `yarn dev`
7+
### `bun dev`
88

99
Runs the project in development mode and watches for any changes.
1010

11-
### `yarn build`
11+
### `bun run build`
1212

1313
Builds the project for production.
1414

15-
### `yarn preview`
15+
### `bun preview`
1616

17-
Preview the app locally. Run `yarn build` first.
17+
Preview the app locally. Run `bun run build` first.

examples/vite/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
55
## Available Scripts
66

7-
### `yarn dev`
7+
### `bun dev`
88

99
Runs the project in development mode and watches for any changes.
1010

11-
### `yarn build`
11+
### `bun run build`
1212

1313
Builds the project for production.
1414

15-
### `yarn preview`
15+
### `bun preview`
1616

17-
Preview the app locally. Run `yarn build` first.
17+
Preview the app locally. Run `bun run build` first.

examples/webpack/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
55
## Available Scripts
66

7-
### `yarn dev`
7+
### `bun dev`
88

99
Runs the project in development mode and watches for any changes.
1010

11-
### `yarn build`
11+
### `bun run build`
1212

1313
Builds the project for production.

0 commit comments

Comments
 (0)