Skip to content

Commit

Permalink
feat: web ui 2.6.0 (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored Oct 30, 2019
1 parent 7131a85 commit 5dc624e
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 @@ -16,7 +16,7 @@
"clean:webui": "shx rm -rf assets/webui/",
"build": "run-s build:*",
"build:webui": "run-s build:webui:*",
"build:webui:download": "npx ipfs-or-gateway -c QmcjeTciMNgEBe4xXvEaA4TQtwTRkXucx7DmKWViXSmX7m -p assets/webui/ -t 360000 --verbose",
"build:webui:download": "npx ipfs-or-gateway -c QmfNbSskgvTXYhuqP8tb9AKbCkyRcCy3WeiXwD9y5LeoqK -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:babel": "babel src --out-dir out --copy-files --source-maps",
"build:binaries": "electron-builder --publish onTag"
Expand Down

0 comments on commit 5dc624e

Please sign in to comment.