diff --git a/files/ansible/recipe.yaml b/files/ansible/recipe.yaml index 295637b..a67751c 100644 --- a/files/ansible/recipe.yaml +++ b/files/ansible/recipe.yaml @@ -15,7 +15,7 @@ - name: install node modules command: chdir: "{{ packit_dashboard_path }}" - cmd: yarn install + cmd: yarn install --production --frozen-lockfile - name: bundle javascript command: