Skip to content

Commit

Permalink
feat: update Web UI to 2.4.3 (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored Mar 15, 2019
1 parent 91cee6b commit 3ab06f9
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 @@ -14,7 +14,7 @@
"clean:webui": "shx rm -rf src/lib/webui/app/",
"build": "run-s build:*",
"build:webui": "run-s build:webui:*",
"build:webui:download": "npx ipfs-or-gateway -c QmZepbAvvUvCqKmNjgf3dStoSToXCW9uQopx4vd2HFMELR -p src/lib/webui/app/",
"build:webui:download": "npx ipfs-or-gateway -c QmRvPGBVDBEUvrXrinMKgh8Vu8mVBbTZk3C1jJGfgWchSP -p src/lib/webui/app/",
"build:webui:minimize": "shx rm -rf src/lib/webui/app/static/js/*.map && shx rm -rf src/lib/webui/app/static/css/*.map",
"build:babel": "babel src --ignore src/lib/webui/app --out-dir out --copy-files",
"build:binaries": "electron-builder --publish onTag"
Expand Down

0 comments on commit 3ab06f9

Please sign in to comment.