Skip to content

Commit

Permalink
chore(scripts): updating format check
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Nov 13, 2024
1 parent 939b1bf commit 17d305b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"build": "turbo --filter \"./packages/*\" build",
"check-exports": "turbo check-exports",
"ci": "bun run build && bun run format:check && bun run check-exports && bun run lint && bun run test:ci",
"ci": "bun run build && bun run check-exports && bun run lint && bun run test:ci",
"clean": "bun clean:build",
"clean:build": "bunx rimraf packages/*/dist docs/dist docs/.astro",
"clean:test": "bunx rimraf tests/tmp/*.{js,js.map,css,html,json}",
Expand All @@ -35,7 +35,7 @@
"changeset": "changeset",
"changeset:version": "changeset version && bun install --no-frozen-lockfile",
"changeset:release": "bun run build && changeset publish",
"format:check": "biome check .",
"format:check": "turbo run format:check",
"format": "biome check --write ."
},
"dependencies": {
Expand Down
5 changes: 2 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**", "!.next/cache/**"]
},
"check-exports": {
"cache": false
},
"check-exports": {},
"format:check": {},
"lint": {},
"test": {
"dependsOn": ["^lint"],
Expand Down

0 comments on commit 17d305b

Please sign in to comment.