Closed rndquu closed 4 months ago
Somehow the latest package version 1.3.0 doesn't have the dist folder in the published npm package.
1.3.0
dist
As far as I understand it happens because the build step is missing on publishing the package.
This PR:
yarn build
1.3.1
@rndquu Thank you. We might want to update google-github-actions to googleapis as the former is now deprecated.
google-github-actions
googleapis
https://github.com/google-github-actions/release-please-action?tab=readme-ov-file#deprecated-release-please-action---please-use-httpsgithubcomgoogleapisrelease-please-action
Somehow the latest package version
1.3.0
doesn't have thedist
folder in the published npm package.As far as I understand it happens because the build step is missing on publishing the package.
This PR:
yarn build
on NPM publish1.3.1