Skip to content

Commit

Permalink
misc: docs build command
Browse files Browse the repository at this point in the history
  • Loading branch information
behoney committed Oct 3, 2024
1 parent abbf532 commit 535d582
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"dev": "npx astro dev --root ./docs",
"build": "tsc -b && vite build",
"lint": "eslint .",
"test": "pnpm run dev & playwright test; kill $!"
"test": "pnpm run dev & playwright test; kill $!",
"build:docs": "npx astro build --root ./docs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 535d582

Please sign in to comment.