浏览代码

Merge branch 'master' of ssh://gogs.davidventura.com.ar:2222/tati/critter-crossing

Tatiana Inama 6 年之前
父节点
当前提交
06b987df75
共有 1 个文件被更改,包括 17 次插入9 次删除
  1. 17 9
      build.json

+ 17 - 9
build.json

@@ -1,10 +1,18 @@
 {
-  "CritterCrossing": {
-          "dir": "app",
-          "artifacts": ["build/"]
-  },
-  "CritterScraper": {
-          "dir": "scraper",
-          "artifacts": ["build/"]
-  }
-}
+  "subprojects": [
+    {
+      "name": "CritterCrossing",
+      "dir": "app",
+      "artifacts": [
+        "build/"
+      ]
+    },
+    {
+      "name": "CritterScraper",
+      "dir": "scraper",
+      "artifacts": [
+        "build/"
+      ]
+    }
+  ]
+}