Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/browser-only/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"scripts": {
"prepare:no-native": "lerna run prepare --scope=\"@theia/re-exports\" && lerna run generate-theia-re-exports --scope=\"@theia/core\"",
"clean": "theia clean",
"clean": "theiaext clean",
"build": "theiaext build && npm run -s bundle",
"bundle": "theia build --mode development",
"compile": "theiaext compile",
Expand Down
2 changes: 1 addition & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@theia/workspace": "1.67.0"
},
"scripts": {
"clean": "theia clean",
"clean": "theiaext clean",
"build": "theiaext build && npm run -s bundle",
"build:production": "theiaext build && npm run -s bundle:production",
"bundle": "npm run rebuild && theia build --mode development",
Expand Down
2 changes: 1 addition & 1 deletion examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"scripts": {
"build": "theiaext build && npm run -s bundle",
"bundle": "npm run rebuild && theia build --mode development",
"clean": "theia clean",
"clean": "theiaext clean",
"compile": "tsc -b",
"lint": "theiaext lint",
"rebuild": "theia rebuild:electron --cacheRoot ../..",
Expand Down
Loading