Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Umbraco Package Schema and custom-elements at root level #16667

Open
iOvergaard opened this issue Jul 3, 2023 · 0 comments · May be fixed by #17866
Open

Umbraco Package Schema and custom-elements at root level #16667

iOvergaard opened this issue Jul 3, 2023 · 0 comments · May be fixed by #17866

Comments

@iOvergaard
Copy link
Contributor

Description

Currently, the files for umbraco-package-schema.json and the custom-elements stuff reside in the "dist-cms" folder. This is due to a legacy thing where only that folder was published and copied over to the CMS. We now support publishing the entire repository to npm and it makes much more sense to put those files, that should be referenced externally at the root level of the package.

Expected behavior

  1. umbraco-package-schema.json and other schema files are placed at the root level of the repository/npm package.
  2. They are properly ignored with .gitignore
  3. They are built with the npm run build:for:npm command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

1 participant