Skip to content

Commit cd2556e

Browse files
author
Ondrej Machala
committed
docs: fix screenshot output path, add docs scripts
1 parent da429af commit cd2556e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ On **first run**, this opens an interactive browser where you can:
1515
3. Name your screenshots and adjust settings
1616
4. Close the browser when done
1717

18-
Your screenshots are saved and a `.heroshot/config.json` is created automatically.
18+
Your screenshots are saved to `heroshots/` and a `.heroshot/config.json` is created automatically.
1919

2020
## Updating Screenshots
2121

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"knip": "knip",
3434
"check": "pnpm typecheck && pnpm format:check && pnpm lint && pnpm knip && pnpm test:run",
3535
"check:toolbar": "pnpm typecheck:toolbar && pnpm lint:toolbar && pnpm test:toolbar",
36+
"docs:dev": "pnpm --dir docs run dev",
37+
"docs:build": "pnpm --dir docs run build",
3638
"fix": "pnpm format && pnpm lint:fix",
3739
"changeset": "changeset",
3840
"prepare": "simple-git-hooks"

0 commit comments

Comments
 (0)