Update woodpecker config

This commit is contained in:
Alexander Navarro 2023-11-25 16:53:22 -03:00
parent 7587732262
commit 0bf1e9dd92
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,6 @@
"dev": "astro dev --port 3000",
"start": "astro dev",
"build": "astro build",
"push-to-pages": "gh-pages --dist dist --branch pages --dotfiles",
"preview": "astro preview",
"astro": "astro"
},