diff --git a/.changeset/config.json b/.changeset/config.json index e8dd683..8c380c2 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -15,8 +15,5 @@ "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { "updateInternalDependents": "always" }, - "ignore": [ - "@examples/hackernews", - "@examples/normal" - ] + "ignore": ["@examples/hackernews", "@examples/normal"] } diff --git a/scripts/changeset.ts b/scripts/changeset.ts index 86a6f91..eba2304 100644 --- a/scripts/changeset.ts +++ b/scripts/changeset.ts @@ -25,7 +25,6 @@ const getWorkspaces = async () => getPackages(root); console.log( chalk.green(`[changeset-config]: refresh config ignore list complete`), ); - })().catch((err) => { console.error(err); process.exit(1);