Skip to content

Commit 3e50dc0

Browse files
committed
chore(test): refresh e2e fixture locks
1 parent fd36c49 commit 3e50dc0

27 files changed

Lines changed: 32708 additions & 186 deletions

test/e2e/fixtures/astro/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Astro Starter Kit: Minimal
22

33
```sh
4-
bun create astro@latest -- --template minimal
4+
npm create astro@latest -- --template minimal
55
```
66

77
> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
@@ -29,14 +29,14 @@ Any static assets, like images, can be placed in the `public/` directory.
2929

3030
All commands are run from the root of the project, from a terminal:
3131

32-
| Command | Action |
33-
| :-------------------- | :----------------------------------------------- |
34-
| `bun install` | Installs dependencies |
35-
| `bun dev` | Starts local dev server at `localhost:4321` |
36-
| `bun build` | Build your production site to `./dist/` |
37-
| `bun preview` | Preview your build locally, before deploying |
38-
| `bun astro ...` | Run CLI commands like `astro add`, `astro check` |
39-
| `bun astro -- --help` | Get help using the Astro CLI |
32+
| Command | Action |
33+
| :------------------------ | :----------------------------------------------- |
34+
| `npm install` | Installs dependencies |
35+
| `npm run dev` | Starts local dev server at `localhost:4321` |
36+
| `npm run build` | Build your production site to `./dist/` |
37+
| `npm run preview` | Preview your build locally, before deploying |
38+
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
39+
| `npm run astro -- --help` | Get help using the Astro CLI |
4040

4141
## 👀 Want to learn more?
4242

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @ts-check
2-
import { defineConfig } from "astro/config";
2+
import { defineConfig } from 'astro/config';
33

44
// https://astro.build/config
55
export default defineConfig({});

0 commit comments

Comments
 (0)