Skip to content

Commit 86253d9

Browse files
authored
Update nylas/react publishing process (#25)
1 parent 999b160 commit 86253d9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.changeset/fix-publish-hooks.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@nylas/react": patch
3+
"@nylas/connect": patch
4+
---
5+
6+
Fix publishing process by removing prepublishOnly hooks that caused TypeScript compilation errors during changeset publish
7+

packages/nylas-connect/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"clean": "rm -rf dist",
2929
"test": "vitest run",
3030
"test:watch": "vitest",
31-
"coverage": "vitest run --coverage",
32-
"prepublishOnly": "pnpm run clean && pnpm run build"
31+
"coverage": "vitest run --coverage"
3332
},
3433
"keywords": [
3534
"nylas",

packages/react/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"typecheck": "tsc --noEmit",
1717
"preview": "vite preview",
1818
"coverage": "vitest run --coverage",
19-
"docs": "typedoc",
20-
"prepublishOnly": "pnpm run clean && pnpm run build"
19+
"docs": "typedoc"
2120
},
2221
"repository": {
2322
"type": "git",

0 commit comments

Comments
 (0)