Skip to content

Commit 9bbce05

Browse files
committed
Use 'fullclean' target instead of 'cleanall'
1 parent e47534e commit 9bbce05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/project/tasks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ export class ProjectTasks {
4343
multienv: true,
4444
},
4545
{
46-
name: 'Clean All',
46+
name: 'Full Clean',
4747
description: 'Clean a build environment and installed library dependencies',
48-
args: ['run', '--target', 'cleanall'],
48+
args: ['run', '--target', 'fullclean'],
4949
multienv: true,
5050
},
5151
{

0 commit comments

Comments
 (0)