Skip to content

Commit 618a608

Browse files
authored
Merge branch 'master' into db/feat/remove-redundant-gas-price-call
2 parents 2e43f03 + bd9b102 commit 618a608

File tree

3 files changed

+5
-29
lines changed

3 files changed

+5
-29
lines changed

.changeset/wicked-carpets-approve.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
---
3+
4+
chore: remove script `process-predicates`

packages/fuel-gauge/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
"description": "",
66
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
77
"scripts": {
8-
"pretest": "run-s build:forc build:process-predicates",
8+
"pretest": "pnpm build:forc",
99
"build:forc": "pnpm fuels build",
10-
"build:process-predicates": "tsx ./scripts/process-predicates.ts",
1110
"type:check": "tsc --noEmit"
1211
},
1312
"license": "Apache-2.0",

packages/fuel-gauge/scripts/process-predicates.ts

-27
This file was deleted.

0 commit comments

Comments
 (0)