Explorar el Código

Update build.json to use bundle.js

david hace 6 años
padre
commit
bd4aaa1a02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.json

+ 1 - 1
build.json

@@ -11,7 +11,7 @@
       "name": "CritterScraper",
       "dir": "scraper",
       "artifacts": [
-        "build/"
+        "build/bundle.js"
       ]
     }
   ]