We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47534e commit 9bbce05Copy full SHA for 9bbce05
src/project/tasks.js
@@ -43,9 +43,9 @@ export class ProjectTasks {
43
multienv: true,
44
},
45
{
46
- name: 'Clean All',
+ name: 'Full Clean',
47
description: 'Clean a build environment and installed library dependencies',
48
- args: ['run', '--target', 'cleanall'],
+ args: ['run', '--target', 'fullclean'],
49
50
51
0 commit comments