Browse Source

[fifteen5] Add yarn building

Colin Powell 4 năm trước cách đây
mục cha
commit
c6a44fb523
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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"