Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yamitzky committed Feb 11, 2025
1 parent f394cec commit ca53a4e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0"
},
"repository": {
"type": "git",
"url": "https://github.com/yamitzky/synk-calendar.git"
},
"dependencies": {
"@synk-cal/core": "workspace:*",
"@synk-cal/google": "workspace:*",
Expand Down
4 changes: 4 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "https://github.com/yamitzky/synk-calendar.git"
},
"dependencies": {
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"repository": {
"type": "git",
"url": "https://github.com/yamitzky/synk-calendar.git"
},
"dependencies": {
"date-fns": "^4.1.0",
"valibot": "1.0.0-beta.8"
Expand Down
4 changes: 4 additions & 0 deletions packages/google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "https://github.com/yamitzky/synk-calendar.git"
},
"dependencies": {
"@google-cloud/firestore": "^7.1.0",
"@synk-cal/core": "workspace:*",
Expand Down
4 changes: 4 additions & 0 deletions packages/repository/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"repository": {
"type": "git",
"url": "https://github.com/yamitzky/synk-calendar.git"
},
"dependencies": {
"@synk-cal/core": "workspace:*"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/usecase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"repository": {
"type": "git",
"url": "https://github.com/yamitzky/synk-calendar.git"
},
"dependencies": {
"@synk-cal/core": "workspace:*",
"@synk-cal/repository": "workspace:*",
Expand Down

0 comments on commit ca53a4e

Please sign in to comment.