You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "GitHub-style git diff viewer in the browser",
"workspaces": [
"packages/cli",
"packages/git",
"packages/github",
"packages/parser",
"packages/ui"
],
"scripts": {
"build": "tsx scripts/build.ts",
"build:skills": "tsx scripts/build-skills.ts",
"test": "npm run test -w @diffity/git && npm run test -w @diffity/github && npm run test -w @diffity/parser && npm run test -w @diffity/ui && npm run test -w diffity && npm run test:scripts",