Explorar el Código

[fifteen5] Add yarn building

Colin Powell hace 4 años
padre
commit
c6a44fb523
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      ansible/roles/fifteen5/tasks/main.yml

+ 3 - 0
ansible/roles/fifteen5/tasks/main.yml

@@ -37,3 +37,6 @@
     owner: root
     mode: 0644
   notify: Supervisor restarted
+
+- name: 15Five frontend files generated
+  command: bash -lc "direnv exec /root/fifteen5 yarn && yarn build"