@fuel-ts/utils
Advanced tools
Comparing version 0.0.0-next-20230629172001 to 0.0.0-next-20230629172426
{ | ||
"name": "@fuel-ts/utils", | ||
"version": "0.0.0-next-20230629172001", | ||
"version": "0.0.0-next-20230629172426", | ||
"description": "Utilities (and test utilities) collection", | ||
@@ -41,3 +41,3 @@ "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)", | ||
"scripts": { | ||
"pretest": "pnpm fuels-forc build -p test/forc-projects/simple", | ||
"pretest": "cd test/forc-projects/simple && forc build", | ||
"build": "tsup", | ||
@@ -44,0 +44,0 @@ "postbuild": "tsx ../../scripts/postbuild.ts" |
228492