File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments