Skip to content

Commit

Permalink
adding node command in interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sunix authored Jun 17, 2020
1 parent 10afcab commit 9dcde69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ components:

commands:

- name: node (interactive mode)
actions:
- type: exec
command: node
component: node
workdir: /projects/node-crash-course

- name: node -v
actions:
- type: exec
Expand Down

0 comments on commit 9dcde69

Please sign in to comment.