瀏覽代碼

[fifteen5] Add yarn building

Colin Powell 4 年之前
父節點
當前提交
c6a44fb523
共有 1 個文件被更改,包括 3 次插入0 次删除
  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"