Skip to content

Commit 6a3219e

Browse files
committed
chore: fix linting err
1 parent a5c197e commit 6a3219e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const run = (recipe: string) => {
2929
);
3030
const inputGlob = path.join(inputDest, '**', '*.css');
3131
const command = `${bin} -t ${transform} '${inputGlob}'`;
32-
32+
3333
console.log({ transform, inputGlob, command });
3434
try {
3535
execSync(command);

0 commit comments

Comments
 (0)