summaryrefslogtreecommitdiff
path: root/examples/snowpack
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-08-26 12:08:52 -0700
committerGravatar GitHub <noreply@github.com> 2021-08-26 12:08:52 -0700
commitff92be637ffd9a9841b771e94d8deef1c62422cb (patch)
tree56dab4a40c432e95914eaedbf3df7d3f8175b60d /examples/snowpack
parent155676275b1c61fb37e22fb09c4967224b2c17af (diff)
downloadastro-ff92be637ffd9a9841b771e94d8deef1c62422cb.tar.gz
astro-ff92be637ffd9a9841b771e94d8deef1c62422cb.tar.zst
astro-ff92be637ffd9a9841b771e94d8deef1c62422cb.zip
add "astro preview" command (#1226)
* add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md
Diffstat (limited to 'examples/snowpack')
-rw-r--r--examples/snowpack/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index a5549ac8d..753b251dd 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -5,6 +5,7 @@
"scripts": {
"start": "astro dev",
"build": "astro build",
+ "preview": "astro preview",
"test": "jest /__test__/",
"format": "prettier --write \"src/**/*.js\" && yarn format:css",
"lint": "prettier --check \"src/**/*.js\""