Skip to content

Commit

Permalink
Additional code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jul 22, 2024
1 parent b51cfeb commit cc810ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion change/monosize-190af040-06c8-4534-88ab-f97941ef976d.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "minor",
"type": "patch",
"comment": "feat: implement --fixtures argument for measure CLI command",
"packageName": "monosize",
"email": "ben.keen@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/monosize/src/commands/measure.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type MeasureOptions = CliOptions & {
};

async function measure(options: MeasureOptions) {
const { debug = false, quiet, 'artifacts-location': artifactsLocation, fixtures: fixturesGlob = '*.fixture.js' } = options;
const { debug = false, quiet, 'artifacts-location': artifactsLocation, fixtures: fixturesGlob } = options;

const startTime = process.hrtime();
const artifactsDir = path.resolve(process.cwd(), artifactsLocation);
Expand Down

0 comments on commit cc810ff

Please sign in to comment.