Sfoglia il codice sorgente

[fifteen5] Add yarn building

Colin Powell 4 anni fa
parent
commit
c6a44fb523
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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"