Renamed the applications.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2019-08-29 08:05:47 +02:00
parent b82d5e4f0b
commit cd94608aee
9 changed files with 17 additions and 16 deletions

View File

@@ -47,13 +47,13 @@
}
//-----------------------------------------------------+
// No need to build the `arduino-ide-browser` example. |
// No need to build the `browser-app` example. |
//-----------------------------------------------------+
//@ts-ignore
let pkg = require('../working-copy/package.json');
const workspaces = pkg.workspaces;
// We cannot remove the `arduino-ide-electron`. Otherwise, there is not way to collect the unused dependencies.
const dependenciesToRemove = ['arduino-ide-browser'];
const dependenciesToRemove = ['browser-app'];
for (const dependencyToRemove of dependenciesToRemove) {
const index = workspaces.indexOf(dependencyToRemove);
if (index !== -1) {