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
Problem:
Right now, I need to pull this down, build the dist folder, and copy it over to my project to use.
Solution?
If you committed the build dist folder and tagged it with a version, I could reference this repo directly in my package.json with "directus-schema-builder": "directus-community/schema-builder-kit@TAG_NAME" which would be ideal.
If there's another way I could include this as a dependency, I am open to suggestions.
The text was updated successfully, but these errors were encountered:
Hello, I am using this project to generate my Data Models for a Directus Extension. (See directus-extension-exif-attacher)
Problem:
Right now, I need to pull this down, build the
dist
folder, and copy it over to my project to use.Solution?
If you committed the build
dist
folder and tagged it with a version, I could reference this repo directly in mypackage.json
with"directus-schema-builder": "directus-community/schema-builder-kit@TAG_NAME"
which would be ideal.If there's another way I could include this as a dependency, I am open to suggestions.
The text was updated successfully, but these errors were encountered: