Skip to content

Commit

Permalink
[Devfile] Fix running 'watch' commands in the same container
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
  • Loading branch information
azatsarynnyy committed Jun 19, 2020
1 parent 8520d83 commit 9ac6a2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ commands:
- type: exec
component: che-dev
command: >
killall node;
yarn watch
workdir: ${workspaceRoot}/theia
- name: >
Expand All @@ -64,6 +63,5 @@ commands:
- type: exec
component: che-dev
command: >
killall node;
yarn watch
workdir: ${workspaceRoot}/theia/examples/browser

0 comments on commit 9ac6a2e

Please sign in to comment.