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

Use local-dev-lib for files and schema modules #961

Merged
merged 4 commits into from
Dec 6, 2023
Merged

Conversation

camden11
Copy link
Contributor

@camden11 camden11 commented Dec 5, 2023

Description and Context

This switches @hubspot/cli-lib/lib/files and @hubspot/cli-lib/schema to @hubspot/local-dev-lib/themes and @hubspot/local-dev-lib/customObjects

Who to Notify

@brandenrodgers

@@ -4,7 +4,7 @@ const { createIgnoreFilter } = require('@hubspot/local-dev-lib/ignoreRules');
const { isAllowedExtension, getCwd } = require('@hubspot/cli-lib/path');
const { logger } = require('@hubspot/cli-lib/logger');
const { walk } = require('@hubspot/local-dev-lib/fs');
const { getThemeJSONPath } = require('@hubspot/cli-lib/lib/files');
const { getThemeJSONPath } = require('@hubspot/local-dev-lib/themes');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs to be '@hubspot/local-dev-lib/cms/themes'

@camden11 camden11 merged commit 093fc42 into master Dec 6, 2023
1 check passed
@camden11 camden11 deleted the swap-cli-lib-deps-5 branch December 6, 2023 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants