-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
15 lines (15 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "Docs0",
"version": "1.3.0",
"lastUpdated": "2026-08-26",
"scripts": {
"run:incremental": "bundle exec jekyll serve --incremental --port 4001",
"run:full": "bundle exec jekyll serve --port 4001",
"validate": "bundle exec jekyll build && node --experimental-strip-types _scripts/validate-site.ts _site --external",
"validate:site": "node --experimental-strip-types _scripts/validate-site.ts _site",
"update-dates:sh": "./_scripts/update-mydocs-modified.sh",
"update-dates:sh:dry-run": "./_scripts/update-mydocs-modified.sh --dry-run",
"update-dates:ps": "powershell -ExecutionPolicy Bypass -File .\\_scripts\\update-mydocs-modified.ps1",
"update-dates:ps:dry-run": "powershell -ExecutionPolicy Bypass -File .\\_scripts\\update-mydocs-modified.ps1 --dry-run"
}
}