Skip to content

Commit

Permalink
Merge branch 'swap-cli-lib-deps-5' into swap-cli-lib-deps-6
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Dec 6, 2023
2 parents dd68175 + b10a0db commit 1c27aa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/commands/cms/convertFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { createIgnoreFilter } = require('@hubspot/local-dev-lib/ignoreRules');
const { isAllowedExtension, getCwd } = require('@hubspot/local-dev-lib/path');
const { logger } = require('@hubspot/cli-lib/logger');
const { walk } = require('@hubspot/local-dev-lib/fs');
const { getThemeJSONPath } = require('@hubspot/local-dev-lib/themes');
const { getThemeJSONPath } = require('@hubspot/local-dev-lib/cms/themes');
const { i18n } = require('../../lib/lang');
const {
FieldsJs,
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/commands/customObject/schema/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { ConfigFlags } = require('@hubspot/cli-lib/lib/constants');
const {
downloadSchema,
getResolvedPath,
} = require('@hubspot/local-dev-lib/schema');
} = require('@hubspot/local-dev-lib/customObjects');
const { fetchSchema } = require('@hubspot/cli-lib/api/fileTransport');
const { getCwd } = require('@hubspot/local-dev-lib/path');

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/commands/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const { getUploadableFileList } = require('../lib/upload');
const {
getThemePreviewUrl,
getThemeJSONPath,
} = require('@hubspot/local-dev-lib/themes');
} = require('@hubspot/local-dev-lib/cms/themes');
const { i18n } = require('../lib/lang');
const i18nKey = 'cli.commands.upload';
const { EXIT_CODES } = require('../lib/enums/exitCodes');
Expand Down

0 comments on commit 1c27aa1

Please sign in to comment.