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
I tried to fork and build the entire repository and the three steps in the actions works perfectly fine:
node common/scripts/install-run-rush.js install is installing the dependencies. node common/scripts/install-run-rush.js build is building the project. node common/scripts/install-run-rush.js validate is generated all the types.
Proposed resolution
So the missing part is just the package not getting pushed to npm after the packages are creatd due to the auth issue.
Much appereciated if someone could configure and push the new npm packages.
Problem
Really apreciate the hardwork and dedication the team put on to this project.
unfortunately, the action
Publish npmis failing due to an npm auth issueImpact
Without the proper typings on the existsing npm packages, the packages are nearly not usable for typescript projects.
Evidence
see: https://github.com/hcengineering/platform/actions/runs/28693477104
I tried to fork and build the entire repository and the three steps in the actions works perfectly fine:
node common/scripts/install-run-rush.js installis installing the dependencies.node common/scripts/install-run-rush.js buildis building the project.node common/scripts/install-run-rush.js validateis generated all the types.Proposed resolution
So the missing part is just the package not getting pushed to npm after the packages are creatd due to the auth issue.
Much appereciated if someone could configure and push the new npm packages.
Related
I assume these two are also a related issues:
typesbut ship no .d.ts files #10933