Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Nov 5, 2024
1 parent f4e6fd9 commit fa81b74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"updateInternalDependents": "always"
},
"ignore": [
"@examples/hackernews",
"@examples/normal"
]
"ignore": ["@examples/hackernews", "@examples/normal"]
}
1 change: 0 additions & 1 deletion scripts/changeset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fa81b74

Please sign in to comment.