Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore(deps): Updated to Theia 1.39.0 #2144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix(dev): faster build script
skip webpack app minification
  • Loading branch information
Akos Kitta committed Jul 30, 2023
commit dc8360bb6c6d146f20cae505669b33d64d05ee63
1 change: 1 addition & 0 deletions 1 arduino-ide-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"lint": "eslint",
"prebuild": "rimraf lib",
"build": "tsc",
"build:dev": "yarn build",
"postbuild": "ncp ./src/node/cli-protocol/ ./lib/node/cli-protocol/",
"watch": "tsc -w",
"test": "cross-env IDE2_TEST=true mocha \"./lib/test/**/*.test.js\"",
Expand Down
1 change: 1 addition & 0 deletions 1 electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"prepare": "theia download:plugins",
"prebuild": "rimraf lib",
"build": "theia build",
"build:dev": "theia build --mode development",
"test": "mocha \"./test/**/*.test.js\"",
"start": "theia start --plugins=local-dir:../plugins",
"watch": "theia build --watch --mode development",
Expand Down
1 change: 1 addition & 0 deletions 1 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"start": "yarn --cwd ./electron-app start",
"watch": "lerna run watch --parallel",
"build": "lerna run build",
"build:dev": "lerna run build:dev",
"test": "lerna run test",
"test:slow": "lerna run test:slow",
"update:version": "node ./scripts/update-version.js",
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.