Skip to content

Commit

Permalink
chore: ignore check on pool job
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlilley committed Aug 10, 2024
1 parent 90323b4 commit 7b966c6
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 @@ -7,7 +7,7 @@
"changeset": "changeset",
"changeset:publish": "changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only",
"check": "turbo run check --no-cache --filter=!@sushiswap/tines-sandbox --filter=!@sushiswap/route-processor",
"check": "turbo run check --no-cache --filter=!@sushiswap/pool-job --filter=!@sushiswap/tines-sandbox --filter=!@sushiswap/route-processor",
"clean": "turbo run clean && rm -rf node_modules",
"dev": "dotenv -- turbo run dev --no-cache --parallel --continue",
"disable-remote-caching": "turbo unlink && rm -rf ./node_modules/.cache/turbo",
Expand Down

0 comments on commit 7b966c6

Please sign in to comment.