File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments