Skip to content

Commit

Permalink
use local-dev-lib for themes / files
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Dec 5, 2023
1 parent c4ff07d commit 68023c9
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/cli-lib/lib/files');
const { getThemeJSONPath } = require('@hubspot/local-dev-lib/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/cli-lib/lib/files');
} = require('@hubspot/local-dev-lib/themes');
const { i18n } = require('../lib/lang');
const i18nKey = 'cli.commands.upload';
const { EXIT_CODES } = require('../lib/enums/exitCodes');
Expand Down

0 comments on commit 68023c9

Please sign in to comment.