Skip to content

Commit

Permalink
[electron-example] configure plugins option
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kosyakov <[email protected]>
  • Loading branch information
akosyakov committed Apr 12, 2019
1 parent a72ac10 commit edcf378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit edcf378

Please sign in to comment.