Skip to content

Commit

Permalink
docs: fix build commands (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher authored Jan 4, 2025
1 parent c3fdbef commit e905260
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev ",
"start": "npx tsx generate-index.ts && astro dev",
"dev": "astro dev",
"prebuild": "npm install && npx tsx generate-index.ts",
"build": "astro build",
"prestart": "npx tsx generate-index.ts",
"start": "astro dev",
"preview": "astro preview",
"astro": "astro"
},
Expand Down

0 comments on commit e905260

Please # to comment.