0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] yarn format

This commit is contained in:
natemoo-re 2021-11-11 19:29:56 +00:00 committed by GitHub Actions
parent eb4effb6b7
commit abf7722b08
3 changed files with 5 additions and 2 deletions

View file

@ -21,7 +21,8 @@ npm install
npm run dev npm run dev
``` ```
Für Produktionsstandorte, Für Produktionsstandorte,
```shell ```shell
# Wenn du bereit bist: Exportiere deine Seite nach `dist/` # Wenn du bereit bist: Exportiere deine Seite nach `dist/`
npm run build npm run build

View file

@ -21,7 +21,8 @@ npm install
npm run dev npm run dev
``` ```
Para los sitios de producción, Para los sitios de producción,
```shell ```shell
# cuando estés listo: crea tu sitio estático en la carpeta `dist/` # cuando estés listo: crea tu sitio estático en la carpeta `dist/`
npm run build npm run build

View file

@ -22,6 +22,7 @@ npm run dev
``` ```
For production sites, For production sites,
```shell ```shell
# when you're ready: build your static site to `dist/` # when you're ready: build your static site to `dist/`
npm run build npm run build