diff options
Diffstat (limited to 'examples/framework-lit')
-rw-r--r-- | examples/framework-lit/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 55c3ab491..2101546f8 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -5,7 +5,8 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro build" + "build": "astro build", + "preview": "astro preview" }, "devDependencies": { "@astrojs/renderer-lit": "^0.1.0", |