Closed tsurdilo closed 3 years ago
This worked:
git clone https://github.com/serverlessworkflow/sdk-typescript.git cd sdk-typescript npm install && npm run build cd dist touch .git npm link
I think that is gonna happen the same with "npm publish"
I'll investigate, it looks like a side effect of husky from what I understand.
What happened:
Following instructions in main readme:
git clone https://github.com/serverlessworkflow/sdk-typescript.git cd sdk-typescript npm install && npm run build cd dist npm link
getting this:
any help appreciated