Skip to content

Commit

Permalink
cleanup scripts after port from effect
Browse files Browse the repository at this point in the history
  • Loading branch information
devmatteini committed Oct 18, 2024
1 parent 12b10f7 commit 5af6828
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions scripts/circular.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import * as glob from "glob"
import madge from "madge"

madge(
glob.globSync(["packages/*/src/**/*.ts", "packages/ai/*/src/**/*.ts"], {
ignore: ["packages/sql-sqlite-bun/**"]
}),
glob.globSync(["packages/*/src/**/*.ts"]),
{
detectiveOptions: {
ts: {
Expand Down
1 change: 0 additions & 1 deletion scripts/docs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as Path from "node:path"

function packages() {
return Fs.readdirSync("packages")
.concat(Fs.readdirSync("packages/ai"))
.filter((_) => Fs.existsSync(Path.join("packages", _, "docs/modules")))
}

Expand Down

0 comments on commit 5af6828

Please sign in to comment.