diff --git a/.changeset/tidy-wombats-push.md b/.changeset/tidy-wombats-push.md new file mode 100644 index 000000000..0930bddbf --- /dev/null +++ b/.changeset/tidy-wombats-push.md @@ -0,0 +1,5 @@ +--- +"@fuels/playwright-utils": patch +--- + +- Added pnpm build to the publish action, ensuring "dist" folder will be published diff --git a/.github/workflows/release-npm-changeset.yaml b/.github/workflows/release-npm-changeset.yaml index a4d323cec..46c8f49da 100644 --- a/.github/workflows/release-npm-changeset.yaml +++ b/.github/workflows/release-npm-changeset.yaml @@ -45,6 +45,9 @@ jobs: git config --global user.name "${{ github.actor }}" git config --global user.email "${{ github.actor }}@users.noreply.github.com" + - name: Build packages + run: pnpm build:libs + - name: Create Release Pull Request or Publish to NPM id: changesets uses: FuelLabs/changesets-action@main