From edcf37871b26b4caaa8c65b0adb44f297beb5c5d Mon Sep 17 00:00:00 2001 From: Anton Kosyakov Date: Thu, 11 Apr 2019 08:20:51 +0000 Subject: [PATCH] [electron-example] configure plugins option Signed-off-by: Anton Kosyakov --- examples/electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/electron/package.json b/examples/electron/package.json index a41479f3c5eda..71b4c9c63f7d6 100644 --- a/examples/electron/package.json +++ b/examples/electron/package.json @@ -62,7 +62,7 @@ "clean": "theia clean", "build": "theiaext compile && theia build --mode development", "watch": "concurrently -n compile,bundle \"theiaext watch --preserveWatchOutput\" \"theia build --watch --mode development\"", - "start": "theia start", + "start": "theia start --plugins=local-dir:../../plugins", "start:debug": "yarn start --log-level=debug", "test": "electron-mocha --timeout 60000 \"./lib/test/**/*.espec.js\"", "test:ui": "wdio wdio.conf.js"