Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docsy.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"_check:afdocs": "npx afdocs check --config agent-docs.config.yml --format scorecard",
"_check:format": "npx prettier --config ../.prettierrc.json --check .",
"_check:links--warn": "npm run _check:links || (echo; echo 'WARNING: see link-checker output for issues.'; echo)",
"_check:links": "node ../scripts/lychee/check/index.mjs",
"_check:links": "npx lychee-norm-cache",
"_commit:public": "HASH=$(git rev-parse --short main); cd public && git add -A && git commit --allow-empty -m \"Site at $HASH\"",
"_hugo-dev-test": "npm run _hugo-dev -- --templateMetrics --templateMetricsHints",
"_hugo-dev": "cross-env npm run _hugo -- -e \"${TD_BUILD_CTX:-dev}\" -DFE --printPathWarnings",
Expand All @@ -32,7 +32,7 @@
"postinstall": "npm run --prefix .. install:theme-deps",
"precheck:links:internal": "npm run build",
"precheck:links": "npm run build",
"refcache": "node ../scripts/lychee/refcache/index.mjs",
"refcache": "npx refcache",
"seq": "bash -c 'for cmd in \"$@\"; do npm run $cmd || exit 1; done' - ",
"serve": "npm run _serve -- --minify",
"test:alt-site": "node --test 'tests/alt-site/**/*.test.mjs'",
Expand All @@ -53,6 +53,7 @@
"afdocs": "^0.9.2",
"cross-env": "^10.1.0",
"hugo-extended": "0.163.3",
"lychee-cache": "github:chalin/lychee-cache#semver:^0.1.0",
"netlify-cli": "^24.0.1",
"npm-check-updates": "^19.6.3",
"rtlcss": "^4.3.0"
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"license": "Apache-2.0",
"private": true,
"bin": {
"lychee-norm-cache": "scripts/lychee/check/index.mjs",
"refcache": "scripts/lychee/refcache/index.mjs",
"gen-favicons": "scripts/gen-favicons/cli.mjs"
},
"files": [
Expand All @@ -16,10 +14,7 @@
"!theme/package-lock.json",
"scripts/gen-favicons/cli.mjs",
"scripts/gen-favicons/index.mjs",
"scripts/gen-favicons/README.md",
"scripts/lychee/check/index.mjs",
"scripts/lychee/refcache/index.mjs",
"scripts/lychee/README.md"
"scripts/gen-favicons/README.md"
],
"workspaces": [
"docsy.dev",
Expand Down
57 changes: 0 additions & 57 deletions scripts/lychee/README.md

This file was deleted.

111 changes: 0 additions & 111 deletions scripts/lychee/check/index.mjs

This file was deleted.

118 changes: 0 additions & 118 deletions scripts/lychee/check/index.test.mjs

This file was deleted.

Loading
Loading