Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/fix-publish-hooks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nylas/react": patch
"@nylas/connect": patch
---

Fix publishing process by removing prepublishOnly hooks that caused TypeScript compilation errors during changeset publish

3 changes: 1 addition & 2 deletions packages/nylas-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"clean": "rm -rf dist",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"prepublishOnly": "pnpm run clean && pnpm run build"
"coverage": "vitest run --coverage"
},
"keywords": [
"nylas",
Expand Down
3 changes: 1 addition & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"typecheck": "tsc --noEmit",
"preview": "vite preview",
"coverage": "vitest run --coverage",
"docs": "typedoc",
"prepublishOnly": "pnpm run clean && pnpm run build"
"docs": "typedoc"
},
"repository": {
"type": "git",
Expand Down