Skip to content

Commit

Permalink
chore: remove script process-predicates (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf authored Jan 8, 2025
1 parent ca4db45 commit bd9b102
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
4 changes: 4 additions & 0 deletions .changeset/wicked-carpets-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

chore: remove script `process-predicates`
3 changes: 1 addition & 2 deletions packages/fuel-gauge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"description": "",
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"scripts": {
"pretest": "run-s build:forc build:process-predicates",
"pretest": "pnpm build:forc",
"build:forc": "pnpm fuels build",
"build:process-predicates": "tsx ./scripts/process-predicates.ts",
"type:check": "tsc --noEmit"
},
"license": "Apache-2.0",
Expand Down
27 changes: 0 additions & 27 deletions packages/fuel-gauge/scripts/process-predicates.ts

This file was deleted.

0 comments on commit bd9b102

Please sign in to comment.