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.
2 parents 1c6a890 + b366e1a commit 052e1f2Copy full SHA for 052e1f2
.changeset/config.json
@@ -1,5 +1,8 @@
1
{
2
- "changelog": "@changesets/changelog-github",
+ "changelog": [
3
+ "@changesets/changelog-github",
4
+ { "repo": "no-witness-labs/evolution-sdk" }
5
+ ],
6
"commit": false,
7
"fixed": [],
8
"linked": [],
.github/workflows/docs.yml
@@ -59,7 +59,7 @@ jobs:
59
working-directory: packages/evolution
60
61
- name: 📚 Copy Evolution docs to website
62
- run: node scripts/copy-evolution-docs.mjs
+ run: pnpm run copy-evolution-docs
63
working-directory: docs
64
65
- name: 🏗 Build documentation
0 commit comments