We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b669c commit 230b287Copy full SHA for 230b287
.changeset/huge-worlds-wink.md
@@ -0,0 +1,5 @@
1
+---
2
+"notion-to-jsx": major
3
4
+
5
+v1
.github/workflows/release.yml
@@ -25,6 +25,12 @@ jobs:
25
with:
26
version: 9
27
28
+ - name: Clear npm cache
29
+ run: npm cache clean --force
30
31
+ - name: Clear pnpm store
32
+ run: pnpm store prune
33
34
- name: Install Dependencies
35
run: pnpm install --frozen-lockfile
36
0 commit comments