Skip to content

Commit

Permalink
chore: recipes build clean ups (#3439)
Browse files Browse the repository at this point in the history
* chore: cleanups for recipes build

* chore: changeset

* chore: lint

Co-authored-by: Peter Smith <[email protected]>

---------

Co-authored-by: Peter Smith <[email protected]>
  • Loading branch information
danielbate and petertonysmith94 authored Dec 2, 2024
1 parent cb3a31a commit 283a684
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-trainers-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fuel-ts/recipes": patch
---

chore: recipes build clean ups
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ apps/docs/.typedoc
apps/docs/src/api
apps/docs/src/typegend
apps/docs/src/**/*.test.ts

packages/recipes/src
packages/fuels/test/fixtures/project
packages/account/src/providers/assets

Expand Down
2 changes: 1 addition & 1 deletion nodemon.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"apps/demo-typegen/src/contract-types/**",
"apps/demo-typegen/src/predicate-types/**",
"apps/demo-typegen/src/script-types/**",
"packages/fuels/src/cli/commands/deploy/proxy/types/**"
"packages/recipes/src/types/**"
]
}
2 changes: 1 addition & 1 deletion packages/recipes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Change Log
# Change Log
4 changes: 3 additions & 1 deletion packages/recipes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
"dist"
],
"scripts": {
"build": "tsup && pnpm build:recipes",
"build": "run-s build:package build:recipes build:format",
"build:package": "tsup",
"build:recipes": "tsx ./scripts/build-recipes.ts",
"build:format": "prettier --config ../../.prettierrc --write .",
"postbuild": "tsx ../../scripts/postbuild.ts"
},
"license": "Apache-2.0",
Expand Down
1 change: 0 additions & 1 deletion packages/recipes/src/types/Src14OwnedProxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ const storageSlots: StorageSlot[] = [
value: '0000000000000000000000000000000000000000000000000000000000000000',
},
];

export class Src14OwnedProxyInterface extends Interface {
constructor() {
super(abi);
Expand Down

0 comments on commit 283a684

Please sign in to comment.