Skip to content

Commit

Permalink
use local-dev-lib for api/lighthouseScore
Browse files Browse the repository at this point in the history
  • Loading branch information
camden11 committed Feb 5, 2024
1 parent eb6a220 commit a0095f1
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 @@ -18,7 +18,7 @@ const {
requestLighthouseScore,
getLighthouseScoreStatus,
getLighthouseScore,
} = require('@hubspot/cli-lib/api/lighthouseScore');
} = require('@hubspot/local-dev-lib/api/lighthouseScore');
const {
HUBSPOT_FOLDER,
MARKETPLACE_FOLDER,
Expand Down

0 comments on commit a0095f1

Please sign in to comment.