Skip to content

Commit f886bd9

Browse files
committed
Update steps
1 parent ce1dd6a commit f886bd9

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@ This is a unstable version of Interstellar rewritten from the ground up. Expect
55
## Development
66

77
```sh
8-
pnpm i
9-
pnpm disable # Optional: Disables Astro's Telemetry - https://astro.build/telemetry
10-
pnpm dev
8+
pnpm i && pnpm dev
119
```
1210

1311
## Production
1412

1513
```sh
16-
pnpm i
17-
pnpm disable # Optional: Disables Astro's Telemetry - https://astro.build/telemetry
18-
pnpm start
14+
pnpm i && pnpm start
1915
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "6.0.0",
55
"scripts": {
66
"dev": "astro preferences disable --global devToolbar && astro dev",
7-
"start": "tsx index.ts",
8-
"build": "pnpm i && astro check && astro build",
7+
"start": "pnpm disable && tsx index.ts",
8+
"build": "astro check && astro build",
99
"typecheck": "astro check",
1010
"astro": "astro",
1111
"disable": "npx astro telemetry disable",

0 commit comments

Comments
 (0)