Skip to content

Commit

Permalink
fix: format plugin schemas and snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Jun 29, 2022
1 parent af4407b commit 62eecac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/sf-format.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
const shell = require('../utils/shelljs');

// Simple one line command. If it needs to be customized, override script in sfdevrc file.
shell.exec('prettier --write "+(src|test)/**/*.+(ts|js|json)"');
shell.exec('prettier --write "+(src|test|schemas)/**/*.+(ts|js|json)"');
shell.exec('prettier --write "command-snapshot.json"');

0 comments on commit 62eecac

Please sign in to comment.