Skip to content

Commit

Permalink
fix themes import path
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Dec 5, 2023
1 parent 68023c9 commit bbffe3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/cli-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/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 bbffe3d

Please sign in to comment.