Skip to content

Commit

Permalink
Check should run first
Browse files Browse the repository at this point in the history
  • Loading branch information
Didas-git committed Jul 5, 2024
1 parent 7015dee commit 091f5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build:jsx": "bun --filter @lilybird/jsx build",
"build:helpers": "bun --filter @lilybird/helpers build",
"build:create": "bun --filter @lilybird/create build",
"build": "bun run build:core && bun run build:transformers && bun run build:handlers && bun run build:redis && bun run build:jsx && bun run build:helpers && bun run build:create && bun run check"
"build": "bun run check && bun run build:core && bun run build:transformers && bun run build:handlers && bun run build:redis && bun run build:jsx && bun run build:helpers && bun run build:create"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.2.2",
Expand Down

0 comments on commit 091f5b9

Please sign in to comment.