Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
khromov committed Jul 17, 2024
1 parent 03246fe commit 8115339
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 @@ -14,7 +14,8 @@
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest",
"start": "node build/"
"start": "node build/",
"updatedocs": "curl -o src/lib/docs.json https://kit.svelte.dev/content.json"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.24.3",
Expand Down

0 comments on commit 8115339

Please sign in to comment.