Skip to content

Commit

Permalink
fix: stop building typegen on pretest script (#2990)
Browse files Browse the repository at this point in the history
Fixing `typegen` pretest script
  • Loading branch information
arboleya committed Aug 21, 2024
1 parent d64db24 commit 66c0454
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-emus-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/abi-typegen": patch
---

fix: stop building `typegen` on `pretest` script
2 changes: 1 addition & 1 deletion packages/abi-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dist"
],
"scripts": {
"pretest": "run-s build build:forc",
"pretest": "pnpm build:forc",
"test": "cd ../.. && pnpm run test:filter packages/abi-typegen",
"test:update-fixtures": "UPDATE_FIXTURES=true pnpm run test",
"build": "tsup",
Expand Down

0 comments on commit 66c0454

Please sign in to comment.