From 9dcde690404c36918fb6ffc6c0840e2cdcc74426 Mon Sep 17 00:00:00 2001 From: Sun Seng David TAN Date: Wed, 17 Jun 2020 15:15:05 +0200 Subject: [PATCH] adding node command in interactive mode --- devfile.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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