You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyway, I stubled across a small bug that occurs when the nodes dir contains only one file and the credentials is empty. This is the case for alternative custom nodes using the same creds as the "normal" version.
"rootDir": "./", is needed to preserve the directory structure when building.
Not sure, why I can not open a PR here.
Anyway, I stubled across a small bug that occurs when the nodes dir contains only one file and the credentials is empty. This is the case for alternative custom nodes using the same creds as the "normal" version.
"rootDir": "./",
is needed to preserve the directory structure when building.Related: microsoft/TypeScript#5134 (comment)
I also recommend adding a
"release": "npm run build && npm publish"
scriptThe text was updated successfully, but these errors were encountered: