Skip to content

Commit

Permalink
feat: ipfs-webui v2.13.0 (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel authored Sep 6, 2021
1 parent 902f460 commit 02da0d2
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": "shx rm -rf assets/webui/ node_modules/go-ipfs/bin",
"build": "run-s clean build:webui",
"build:webui": "run-s build:webui:*",
"build:webui:download": "npx ipfs-or-gateway -c bafybeiflkjt66aetfgcrgvv75izymd5kc47g6luepqmfq6zsf5w6ueth6y -p assets/webui/ -t 360000 --verbose --clean",
"build:webui:download": "npx ipfs-or-gateway -c bafybeihcyruaeza7uyjd6ugicbcrqumejf6uf353e5etdkhotqffwtguva -p assets/webui/ -t 360000 --verbose --clean",
"build:webui:minimize": "shx rm -rf assets/webui/static/js/*.map && shx rm -rf assets/webui/static/css/*.map",
"package": "shx rm -rf dist/ && run-s build && electron-builder --publish onTag"
},
Expand Down

0 comments on commit 02da0d2

Please sign in to comment.