Skip to content

Commit

Permalink
Merge pull request #310 from reg-viz/ui/0.1.2
Browse files Browse the repository at this point in the history
feat: Report UI v0.1.2
  • Loading branch information
bokuweb committed Jun 16, 2020
2 parents fecdd0b + c2191a3 commit 9273ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"watch": "babel src --watch -d dist",
"build": "npm run build:cli && npm run build:report",
"build:cli": "babel src -d dist",
"build:report": "sh ./scripts/build-ui.sh v0.1.1",
"build:report": "sh ./scripts/build-ui.sh v0.1.2",
"dev:report": "npm run copy:ximgdiff && webpack-dev-server --hot --inline --open",
"flow": "flow",
"copy:ximgdiff": "copyfiles -u 3 node_modules/x-img-diff-js/build/cv-wasm_browser.* report/assets",
Expand Down

0 comments on commit 9273ded

Please sign in to comment.