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:
parent
eb4effb6b7
commit
abf7722b08
3 changed files with 5 additions and 2 deletions
|
@ -21,7 +21,8 @@ npm install
|
|||
npm run dev
|
||||
```
|
||||
|
||||
Für Produktionsstandorte,
|
||||
Für Produktionsstandorte,
|
||||
|
||||
```shell
|
||||
# Wenn du bereit bist: Exportiere deine Seite nach `dist/`
|
||||
npm run build
|
||||
|
|
|
@ -21,7 +21,8 @@ npm install
|
|||
npm run dev
|
||||
```
|
||||
|
||||
Para los sitios de producción,
|
||||
Para los sitios de producción,
|
||||
|
||||
```shell
|
||||
# cuando estés listo: crea tu sitio estático en la carpeta `dist/`
|
||||
npm run build
|
||||
|
|
|
@ -22,6 +22,7 @@ npm run dev
|
|||
```
|
||||
|
||||
For production sites,
|
||||
|
||||
```shell
|
||||
# when you're ready: build your static site to `dist/`
|
||||
npm run build
|
||||
|
|
Loading…
Reference in a new issue