Skip to content

Commit

Permalink
Additional code review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen authored and Hotell committed Jul 24, 2024
1 parent d088c6d commit 7c35b4e
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": "[email protected]",
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 7c35b4e

Please sign in to comment.