File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7272 },
7373 "scripts" : {
7474 "prepare:no-native" : " lerna run prepare --scope=\" @theia/re-exports\" && lerna run generate-theia-re-exports --scope=\" @theia/core\" " ,
75- "clean" : " theia clean" ,
75+ "clean" : " theiaext clean" ,
7676 "build" : " theiaext build && npm run -s bundle" ,
7777 "bundle" : " theia build --mode development" ,
7878 "compile" : " theiaext compile" ,
Original file line number Diff line number Diff line change 9797 "@theia/workspace" : " 1.67.0"
9898 },
9999 "scripts" : {
100- "clean" : " theia clean" ,
100+ "clean" : " theiaext clean" ,
101101 "build" : " theiaext build && npm run -s bundle" ,
102102 "build:production" : " theiaext build && npm run -s bundle:production" ,
103103 "bundle" : " npm run rebuild && theia build --mode development" ,
Original file line number Diff line number Diff line change 103103 "scripts" : {
104104 "build" : " theiaext build && npm run -s bundle" ,
105105 "bundle" : " npm run rebuild && theia build --mode development" ,
106- "clean" : " theia clean" ,
106+ "clean" : " theiaext clean" ,
107107 "compile" : " tsc -b" ,
108108 "lint" : " theiaext lint" ,
109109 "rebuild" : " theia rebuild:electron --cacheRoot ../.." ,
You can’t perform that action at this time.
0 commit comments