diff --git a/scripts/changeset/changeset-version-with-docs.ts b/scripts/changeset/changeset-version-with-docs.ts index 5b88b48ec5..bbded5b557 100644 --- a/scripts/changeset/changeset-version-with-docs.ts +++ b/scripts/changeset/changeset-version-with-docs.ts @@ -18,9 +18,8 @@ import { error } from 'console'; /** * Invoke versions' build script (will rewrite version files if needed) - * and build the versions package, - * so that fuels-typegen picks up the new fuels version - * when generating the proxy contract below. + * and build the versions package, so that fuels-typegen picks up the + * new fuels version when generating the proxy contract below. */ execSync(`pnpm -C packages/versions build`);