-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When trying to run structor-export outside the maintainer environment, I ran into a couple of manageable blockers:
package-lock.jsonis linked to an internal package registry (pkgs.dev.azure.com/nhnfelles), however the same packages are mostly available as public packages as well. Dirty fix is that deletingpackage-lock.jsonunlinks from azure registry and enables the installation from npmjs@helsenorge/core-buildpackage seems to be used only forvitestconfig. This package is not publicly available, which prevents installation. Dirty fix for running is just removing the dependency from package.json allows the solution to install- husky.
.huskyis missing andhuskyis not listed as a (dev)dependency. Thepreparescript therefore fails. Dirty fix for running is just removing thepreparescript allows the repo to install and run.
Perhaps some of it could be adjusted to make it easier to clone and test this?
Metadata
Metadata
Assignees
Labels
No labels