Skip to content

Commit

Permalink
[prod build] add rebuild
Browse files Browse the repository at this point in the history
#272 (review)

Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Aug 11, 2023
1 parent 28c9794 commit f0ed4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"scripts": {
"clean": "theia clean && rimraf node_modules",
"build": "yarn -s rebuild && theia build --app-target=\"browser\" --mode development",
"build:prod": "theia build --app-target=\"browser\"",
"build:prod": "yarn -s rebuild && theia build --app-target=\"browser\"",
"rebuild": "theia rebuild:browser --cacheRoot .",
"start": "theia start --plugins=local-dir:../../plugins",
"watch": "concurrently --kill-others -n tsc,build -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s watch:bundle\"",
Expand Down
2 changes: 1 addition & 1 deletion applications/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"clean": "theia clean && rimraf node_modules",
"clean:dist": "rimraf dist",
"build": "yarn -s rebuild && theia build --app-target=\"electron\" --mode development",
"build:prod": "theia build --app-target=\"electron\"",
"build:prod": "yarn -s rebuild && theia build --app-target=\"electron\"",
"rebuild": "theia rebuild:electron --cacheRoot .",
"watch": "concurrently -n compile,build \"theiaext watch --preserveWatchOutput\" \"theia build --watch --mode development\"",
"start": "electron scripts/theia-electron-main.js --plugins=local-dir:../../plugins",
Expand Down

0 comments on commit f0ed4bc

Please sign in to comment.