From 95bd0b8291040cca4148a750034c3686c0539a91 Mon Sep 17 00:00:00 2001 From: Oleksandr Styhar Date: Tue, 7 Nov 2023 14:01:59 +0200 Subject: [PATCH] test npm --- tasks/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 0fa5aa0..d093582 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -68,14 +68,6 @@ chdir: "{{ app_directory }}" when: npm_install and run_npm.stat.exists - - name: npm run prod - command: "npm run prod" - args: - chdir: "{{ app_directory }}" - when: npm_install and run_npm.stat.exists - - - include: behat.yml - - name: Composer install to remove dev dependecies. composer: command: install