Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Nov 22, 2024
1 parent 5705798 commit 88bacaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions biome.json → biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": {
// for now
"enabled": false
},
"files": {
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.css", "**/*.json"],
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:coverage": "vitest run --coverage",
"biome:format": "biome format --write ./",
"biome:lint": "biome lint --write ./",
"biome:ci": "biome ci",
"biome:ci": "biome ci ./",
"format": "node --run biome:format && node --run biome:lint",
"type-check": "tsc --noEmit",
"storybook": "BUILD_ENV=storybook storybook dev -p 6006 --quiet --no-open",
Expand Down

0 comments on commit 88bacaf

Please sign in to comment.