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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue