We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba4caa commit ed3bf01Copy full SHA for ed3bf01
3 files changed
.changeset/shaggy-sheep-listen.md
@@ -0,0 +1,5 @@
1
+---
2
+"react-base-virtual-list": patch
3
4
+
5
+chore: fix workflow
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
id: changesets
32
uses: changesets/action@v1
33
with:
34
- publish: pnpm changeset publish
+ publish: pnpm publish
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for write repo
37
package.json
@@ -34,8 +34,7 @@
"preview": "vite preview",
"change": "changeset",
"version": "changeset version",
- "publish": "changeset publish",
38
- "prepublishOnly": "pnpm run build"
+ "publish": "pnpm run build && changeset publish"
39
},
40
"peerDependencies": {
41
"react": "^18 || ^19",
0 commit comments