Closed TylerVigario closed 9 months ago
I commit package-lock with dependency updates. See - https://github.com/forzagreen/n2words/pull/130
I'll take a look at the error in generating typings.
Make sure the package-lock.json contains the correct package version to be deployed (1.19.0)
Make sure the package-lock.json contains the correct package version to be deployed (1.19.0)
😆 That makes sense. I'll get that updated as well.
EDIT: I finally got that sorted out 😅
Hi @TylerVigario, Thank for the new updates !
Could you please build and push
package-lock.json
? because the publish workflow gets the package version and dependencies frompackage-lock.json
usingnpm ci
: https://github.com/forzagreen/n2words/blob/0ec8d63e26af779c4f02018b6135406b985cd992/.github/workflows/npm-publish.yml#L23Also, there is an error in the step
npm run build:types
: https://github.com/forzagreen/n2words/actions/runs/7824354103 I am able to reproduce it locally, but I haven't had the opportunity to resolve it yet.