mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
feat: add discovery files sync commands and update documentation
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
"preview": "vite preview",
|
||||
"sync": "npx tsx scripts/sync-posts.ts",
|
||||
"sync:prod": "SYNC_ENV=production npx tsx scripts/sync-posts.ts",
|
||||
"sync:discovery": "npx tsx scripts/sync-discovery-files.ts",
|
||||
"sync:discovery:prod": "SYNC_ENV=production npx tsx scripts/sync-discovery-files.ts",
|
||||
"sync:all": "npm run sync && npm run sync:discovery",
|
||||
"sync:all:prod": "npm run sync:prod && npm run sync:discovery:prod",
|
||||
"import": "npx tsx scripts/import-url.ts",
|
||||
"configure": "npx tsx scripts/configure-fork.ts",
|
||||
"deploy": "npm run sync && npm run build",
|
||||
|
||||
Reference in New Issue
Block a user