Skip to content

Commit

Permalink
fix workflow linting force
Browse files Browse the repository at this point in the history
  • Loading branch information
SkidGod4444 committed Nov 7, 2024
1 parent 9a3751b commit dcecf96
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 @@ -18,7 +18,7 @@
"dev:www": "turbo --filter=plura-www dev",
"dev:app": "turbo --filter=plura-app dev",
"dev:api": "turbo --filter=plura-api dev",
"lint": "turbo run lint",
"lint": "turbo run lint --force",
"lint:fix": "turbo run lint:fix",
"test": "turbo run test --force",
"typecheck": "turbo run typecheck",
Expand Down

0 comments on commit dcecf96

Please sign in to comment.