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 2626 "build" : " lerna run --stream build" ,
2727 "build:prod" : " lerna run --stream build:prod" ,
2828 "clean" : " lerna run --stream clean" ,
29+ "clean:lib" : " lerna --stream run clean:lib" ,
2930 "clean:all" : " lerna --stream run clean:all" ,
3031 "deduplicate" : " yarn-deduplicate -s fewer --fail" ,
3132 "eslint" : " jlpm eslint:check --fix" ,
Original file line number Diff line number Diff line change 3131 "scripts" : {
3232 "build" : " tsc -b" ,
3333 "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" ,
3637 "install:extension" : " jlpm build"
3738 },
3839 "dependencies" : {
You can’t perform that action at this time.
0 commit comments