From 3044aec75821487244516fe4ff7e638a6043c32e Mon Sep 17 00:00:00 2001 From: lefos Date: Sun, 31 Oct 2021 23:59:34 +0200 Subject: [PATCH] node yml --- node.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node.yml b/node.yml index 4410b60..f238bd1 100644 --- a/node.yml +++ b/node.yml @@ -38,9 +38,9 @@ name: nodejs state: present - name: install dependencies - npm: - path: "/project/course/dummy/swarmlab-app/src" - state: present + command: npm install + args: + chdir: "/project/course/dummy/swarmlab-app/src" - name: Build app command: npm run start args: