Skip to content

Commit

Permalink
feat: Report UI v0.4.0 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel authored Aug 18, 2024
1 parent 7a451c8 commit 1cbbea7
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 @@ -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.3.0",
"build:report": "sh ./scripts/build-ui.sh v0.4.0",
"flow": "flow",
"copy:ximgdiff": "copyfiles -u 3 node_modules/x-img-diff-js/build/cv-wasm_browser.* report/assets",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 1cbbea7

Please sign in to comment.