diff --git a/drone.yml b/drone.yml index 3686faa..d678234 100644 --- a/drone.yml +++ b/drone.yml @@ -5,6 +5,8 @@ steps: - name: build_client image: node commands: + - "npm install" + - "ls" - "node ng build --prod" when: event: