Skip to content

Commit

Permalink
fix: folder import bugfix in webui
Browse files Browse the repository at this point in the history
This is CID of webui from ipfs/ipfs-webui#1628
will be switched to release after patch one is tagged upstream

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
  • Loading branch information
lidel committed Sep 14, 2020
1 parent 6c6dc6d commit bb097fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"clean:webui": "shx rm -rf assets/webui/",
"build": "run-s build:*",
"build:webui": "run-s clean:webui build:webui:*",
"build:webui:download": "npx ipfs-or-gateway -c bafybeicitin4p7ggmyjaubqpi3xwnagrwarsy6hiihraafk5rcrxqxju6m -p assets/webui/ -t 360000 --verbose",
"build:webui:download": "npx ipfs-or-gateway -c bafybeic5zxxzffjfetq6iy5axcypp6lxuljiaabkzpped3oscdutm65qmm -p assets/webui/ -t 360000 --verbose",
"build:webui:minimize": "shx rm -rf assets/webui/static/js/*.map && shx rm -rf assets/webui/static/css/*.map",
"build:binaries": "electron-builder --publish onTag"
},
Expand Down

0 comments on commit bb097fb

Please sign in to comment.