From 3fe83e3a83884885254faa131134a926777b9c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nedim=20Salki=C4=87?= Date: Thu, 17 Oct 2024 10:19:29 +0200 Subject: [PATCH] Update scripts/changeset/changeset-version-with-docs.ts Co-authored-by: Anderson Arboleya --- scripts/changeset/changeset-version-with-docs.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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`);