Skip to content

Commit

Permalink
use localDevLib for api/designManager
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Feb 5, 2024
1 parent 231bf3a commit eb6a220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/commands/cms/lighthouseScore.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const {
const { loadAndValidateOptions } = require('../../lib/validation');
const { promptUser } = require('../../lib/prompts/promptUtils');
const { i18n } = require('../../lib/lang');
const { fetchThemes } = require('@hubspot/cli-lib/api/designManager');
const { fetchThemes } = require('@hubspot/local-dev-lib/api/designManager');
const {
requestLighthouseScore,
getLighthouseScoreStatus,
Expand Down

0 comments on commit eb6a220

Please sign in to comment.