File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 26
26
"build" : " lerna run --stream build" ,
27
27
"build:prod" : " lerna run --stream build:prod" ,
28
28
"clean" : " lerna run --stream clean" ,
29
+ "clean:lib" : " lerna --stream run clean:lib" ,
29
30
"clean:all" : " lerna --stream run clean:all" ,
30
31
"deduplicate" : " yarn-deduplicate -s fewer --fail" ,
31
32
"eslint" : " jlpm eslint:check --fix" ,
Original file line number Diff line number Diff line change 31
31
"scripts" : {
32
32
"build" : " tsc -b" ,
33
33
"build:prod" : " jlpm build" ,
34
- "clean" : " rimraf lib tsconfig.tsbuildinfo" ,
35
- "clean:all" : " jlpm clean" ,
34
+ "clean" : " jlpm clean:lib" ,
35
+ "clean:lib" : " rimraf lib tsconfig.tsbuildinfo" ,
36
+ "clean:all" : " jlpm clean:lib" ,
36
37
"install:extension" : " jlpm build"
37
38
},
38
39
"dependencies" : {
You can’t perform that action at this time.
0 commit comments