diff --git a/devfile.yaml b/devfile.yaml index bfde3ff3..b1d30473 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -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