Skip to content

Commit c7665be

Browse files
committed
Update publish cmd
1 parent ebe50e2 commit c7665be

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.changepacks/config.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
{
2-
"ignore": ["*", "!packages/*/*", "!bindings/*/package.json"],
3-
"baseBranch": "main",
4-
"latestPackage": null
5-
}
1+
{
2+
"ignore": ["*", "!packages/*/*", "!bindings/*/package.json"],
3+
"baseBranch": "main",
4+
"latestPackage": null,
5+
"publish": {
6+
"node": "pnpm publish --no-git-checks"
7+
}
8+
}

0 commit comments

Comments
 (0)