Skip to content

Commit 7db432a

Browse files
committed
fix(target_chains/fuel): run format after generating type files
1 parent c2e05d0 commit 7db432a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/fuel/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"usage-example": "ts-node src/examples/usage.ts",
24-
"build": "pnpm run generate-fuel-types && tsc && copyfiles -u 1 \"src/**/*.d.ts\" lib",
24+
"build": "pnpm run generate-fuel-types && tsc && copyfiles -u 1 \"src/**/*.d.ts\" lib && pnpm run format",
2525
"format": "prettier --write \"src/**/*.ts\"",
2626
"test:lint": "eslint src/",
2727
"prepublishOnly": "pnpm run build && pnpm run test:lint",

0 commit comments

Comments
 (0)