chore: Add worktree deployment support (#2491)

This commit is contained in:
Dermot Duffy
2026-06-30 17:45:13 -07:00
committed by dermotduffy
parent f21a46297a
commit 3f0d2ef14d
3 changed files with 25 additions and 0 deletions
+1
View File
@@ -180,6 +180,7 @@
},
"scripts": {
"start": "rollup -c --watch",
"deployment-update": "./scripts/deployment-update-symlink.sh",
"build": "yarn run lint && yarn run rollup",
"docs": "docsify serve ./docs",
"docs-check-links": "docker run --init --rm -v \"$(pwd):/input\" -w /input lycheeverse/lychee --config lychee.toml \"./docs/\"",