summaryrefslogtreecommitdiff
path: root/examples/snowpack
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-04-10 13:00:50 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-04-10 13:00:50 -0700
commitd3f8efbf6e4dd5582559e6be0b09a351ae728fcf (patch)
tree1be9abd2e3d5676d5d67941da123d93d9f16a787 /examples/snowpack
parent1712f9edb663104ea4f5b9817b535a159655708a (diff)
downloadastro-d3f8efbf6e4dd5582559e6be0b09a351ae728fcf.tar.gz
astro-d3f8efbf6e4dd5582559e6be0b09a351ae728fcf.tar.zst
astro-d3f8efbf6e4dd5582559e6be0b09a351ae728fcf.zip
cleanup landing page, and small fix
Diffstat (limited to 'examples/snowpack')
-rw-r--r--examples/snowpack/package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index cdc3476d0..f1ef84dc5 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -2,8 +2,8 @@
"name": "snowpack-www",
"version": "3.0.0",
"scripts": {
- "start": "nodemon -w ../../lib -x 'astro dev .'",
- "build": "astro build",
+ "start": "nodemon -w ../../lib -x '../../astro.mjs dev .'",
+ "build": "../../astro.mjs build",
"test": "jest /__test__/",
"format": "prettier --write \"src/**/*.js\" && yarn format:css",
"format:css": "stylelint 'src/**/*.scss' --fix",
@@ -23,7 +23,6 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
- "astro": "file:../../",
"eleventy-plugin-nesting-toc": "^1.2.0",
"luxon": "^1.25.0",
"markdown-it": "^12.0.2",