Skip to content

Commit

Permalink
chore: update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Oct 25, 2024
1 parent 652e2c5 commit 863899e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
41 changes: 21 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"chalk": "^5.3.0",
"clsx": "^2.1.1",
"commander": "^12.1.0",
"complete-common": "^1.0.0",
"complete-common": "^1.0.1",
"complete-lint": "^1.10.1",
"complete-node": "^1.5.1",
"complete-node": "^1.7.4",
"docusaurus-theme-search-typesense": "^0.22.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-sort-exports": "^0.9.1",
Expand Down
3 changes: 2 additions & 1 deletion scripts/publish.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { monorepoPublish } from "complete-node";

await monorepoPublish();
// TODO: https://github.com/typescript-eslint/typescript-eslint/issues/10191
await monorepoPublish(false);

0 comments on commit 863899e

Please sign in to comment.