summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar Nick McCurdy <nick@nickmccurdy.com> 2023-01-26 09:37:30 -0500
committerGravatar GitHub <noreply@github.com> 2023-01-26 08:37:30 -0600
commitd47a9075bf13617fb5545aec50b46a76044bf85d (patch)
treeb2fa72d4389c1e008786ec99e493ebf325724481 /examples/hackernews
parent088f5194c55a6ec15b2eaf2cfb97f9ef45a24a33 (diff)
downloadastro-d47a9075bf13617fb5545aec50b46a76044bf85d.tar.gz
astro-d47a9075bf13617fb5545aec50b46a76044bf85d.tar.zst
astro-d47a9075bf13617fb5545aec50b46a76044bf85d.zip
Make examples more consistent (#5201)
* Don't ignore `.output` From packages/integrations/vercel/CHANGELOG.md#minor-changes-5: > The output folder changed from `.output` to `.vercel/output` — you may need to update your `.gitignore`. * Make example readmes more consistent * remove `astro check` command Co-authored-by: Nate Moore <nate@astro.build>
Diffstat (limited to 'examples/hackernews')
-rw-r--r--examples/hackernews/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index e37364bfd..8b8e9285f 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -6,7 +6,6 @@
"scripts": {
"dev": "astro dev",
"start": "astro dev",
- "check": "astro check && tsc",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"