Skip to content

Commit 052e1f2

Browse files
Merge pull request #25 from no-witness-labs/fix/changesets-repo-config
fix/changesets repo config
2 parents 1c6a890 + b366e1a commit 052e1f2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"changelog": "@changesets/changelog-github",
2+
"changelog": [
3+
"@changesets/changelog-github",
4+
{ "repo": "no-witness-labs/evolution-sdk" }
5+
],
36
"commit": false,
47
"fixed": [],
58
"linked": [],

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
working-directory: packages/evolution
6060

6161
- name: 📚 Copy Evolution docs to website
62-
run: node scripts/copy-evolution-docs.mjs
62+
run: pnpm run copy-evolution-docs
6363
working-directory: docs
6464

6565
- name: 🏗 Build documentation

0 commit comments

Comments
 (0)