Skip to content

Commit

Permalink
test npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Styhar committed Nov 7, 2023
1 parent 49aa4b8 commit 95bd0b8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95bd0b8

Please sign in to comment.