Skip to content

Commit

Permalink
Update scripts/changeset/changeset-version-with-docs.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Arboleya <anderson@arboleya.me>
  • Loading branch information
nedsalk and arboleya authored Oct 17, 2024
1 parent 0e775cd commit 3fe83e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/changeset/changeset-version-with-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`);

Expand Down

0 comments on commit 3fe83e3

Please sign in to comment.