diff --git a/CLAUDE.md b/CLAUDE.md index 4771f02..8624461 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -15,9 +15,6 @@ InstaArchive Viewer is a React 19 + Vite 6 PWA for browsing archived Instagram d - `npm run lint` — type-check only (`tsc --noEmit`) - `npm test` / `npm run test:watch` — vitest - `npx vitest run src/lib/archive-patterns.test.ts` — a single test file -- `npm run jd2 -- --archives --dry-run` — generate JDownloader `.crawljob` - files for every profile on disk (see `scripts/jd2-sync.ts` and - `docs/jdownloader.md`) Local development usually needs both `npm run dev` and `npm run server`. Local-folder mode works without the backend; server-mode archives do not. diff --git a/package.json b/package.json index c662d59..edd84c6 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ "clean": "rm -rf dist", "lint": "tsc --noEmit", "test": "vitest run", - "test:watch": "vitest", - "jd2": "tsx scripts/jd2-sync.ts" + "test:watch": "vitest" }, "dependencies": { "@tailwindcss/vite": "^4.1.14",