Skip to content

Commit

Permalink
Add 'Verbose Check' project task // Resolve #20
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Oct 26, 2021
1 parent 14b902b commit 4d61c4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/project/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ export class ProjectTasks {
group: 'Advanced',
multienv: true,
},
{
name: 'Verbose Check',
args: ['check', '--verbose'],
group: 'Advanced',
multienv: true,
},
{
name: 'Remote Upload',
args: ['remote', 'run', '--target', 'upload'],
Expand Down

0 comments on commit 4d61c4a

Please sign in to comment.