Skip to content

Commit 230b287

Browse files
committed
chore: changeset
1 parent c3b669c commit 230b287

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/huge-worlds-wink.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"notion-to-jsx": major
3+
---
4+
5+
v1

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
with:
2626
version: 9
2727

28+
- name: Clear npm cache
29+
run: npm cache clean --force
30+
31+
- name: Clear pnpm store
32+
run: pnpm store prune
33+
2834
- name: Install Dependencies
2935
run: pnpm install --frozen-lockfile
3036

0 commit comments

Comments
 (0)