浏览代码

adding the inspector to the publisher

Raanan Weber 7 年之前
父节点
当前提交
b968198e0c
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Tools/Publisher/index.js

+ 4 - 0
Tools/Publisher/index.js

@@ -35,6 +35,10 @@ let packages = [
     {
         name: 'proceduralTextures',
         path: basePath + '/proceduralTexturesLibrary/'
+    },
+    {
+        name: 'inspector',
+        path: basePath + '/inspector/'
     }
 ];