Skip to content

Commit

Permalink
feat: Report UI v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel committed Dec 8, 2024
1 parent cfbd502 commit 7a798da
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.4.0",
"build:report": "sh ./scripts/build-ui.sh v0.5.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 7a798da

Please sign in to comment.