Skip to content

Commit

Permalink
Merge pull request #40 from normand1/patch-1
Browse files Browse the repository at this point in the history
[Bug] Make package.json scrip key match
  • Loading branch information
pontusab authored Sep 4, 2024
2 parents 5f2807c + 20f61a8 commit ea39ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"clean": "rm -rf .turbo node_modules",
"lint": "biome check .",
"dev:jobs": "bunx trigger.dev@beta dev",
"jobs": "bunx trigger.dev@beta dev",
"format": "biome format --write .",
"typecheck": "tsc --noEmit"
},
Expand Down

0 comments on commit ea39ab5

Please sign in to comment.