Skip to content

Commit adb3775

Browse files
authored
Merge pull request #558 from GregBrimble/just-deploy
Don't build when deploying
2 parents bcc8d37 + bcaf1e5 commit adb3775

File tree

27 files changed

+2918
-8654
lines changed

27 files changed

+2918
-8654
lines changed

astro-blog-starter-template/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Any static assets, like images, can be placed in the `public/` directory.
4343

4444
All commands are run from the root of the project, from a terminal:
4545

46-
| Command | Action |
47-
| :------------------------ | :----------------------------------------------- |
48-
| `npm install` | Installs dependencies |
49-
| `npm run dev` | Starts local dev server at `localhost:4321` |
50-
| `npm run build` | Build your production site to `./dist/` |
51-
| `npm run preview` | Preview your build locally, before deploying |
52-
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
53-
| `npm run astro -- --help` | Get help using the Astro CLI |
54-
| `npm run deploy` | Deploy your production site to Cloudflare |
46+
| Command | Action |
47+
| :-------------------------------- | :----------------------------------------------- |
48+
| `npm install` | Installs dependencies |
49+
| `npm run dev` | Starts local dev server at `localhost:4321` |
50+
| `npm run build` | Build your production site to `./dist/` |
51+
| `npm run preview` | Preview your build locally, before deploying |
52+
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
53+
| `npm run astro -- --help` | Get help using the Astro CLI |
54+
| `npm run build && npm run deploy` | Deploy your production site to Cloudflare |
5555

5656
## 👀 Want to learn more?
5757

0 commit comments

Comments
 (0)