Skip to content

Commit

Permalink
fix: use wireit style for yarn lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed May 4, 2023
1 parent 6d84c0f commit 3befb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default class Command extends Generator {

public end(): void {
exec('yarn format');
exec('yarn lint --fix');
exec('yarn lint -- --fix');
exec('yarn compile');

const localExecutable = process.platform === 'win32' ? path.join('bin', 'dev.cmd') : path.join('bin', 'dev');
Expand Down

0 comments on commit 3befb2f

Please sign in to comment.