diff --git a/.changeset/some-words-rush.md b/.changeset/some-words-rush.md new file mode 100644 index 00000000..b55571e1 --- /dev/null +++ b/.changeset/some-words-rush.md @@ -0,0 +1,5 @@ +--- +"@stephansama/multipublish": patch +--- + +update multipublish configuration diff --git a/.config/.multipublishrc.json b/.config/.multipublishrc.json index bb142899..4162e2cb 100644 --- a/.config/.multipublishrc.json +++ b/.config/.multipublishrc.json @@ -5,13 +5,14 @@ "jsr", { "experimentalUpdateCatalogs": true, - "experimentalGenerateJSR": true + "experimentalGenerateJSR": true, + "defaultExclude": ["!config"] } ], [ "npm", { - "registry": "npm.pkg.github.com", + "registry": "https://npm.pkg.github.com/", "tokenEnvironmentKey": "GITHUB_TOKEN" } ]