We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f83fc1 commit b0c4bb9Copy full SHA for b0c4bb9
1 file changed
.claude/skills/screenshot/scripts/list-screenshots.sh
@@ -3,4 +3,4 @@ set -euo pipefail
3
# List all registered screenshots from the manifest.
4
# Self-resolves repo root so it works regardless of CWD.
5
REPO_ROOT="$(git rev-parse --show-toplevel)" || { echo "Error: not in a git repository" >&2; exit 1; }
6
-node "$REPO_ROOT/tools/screenshots/scripts/list.js"
+node "$REPO_ROOT/_tools/screenshots/scripts/list.js"
0 commit comments