Skip to content

Commit

Permalink
feat: Report UI v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel committed Apr 28, 2024
1 parent 74c547a commit a0a7a09
Show file tree
Hide file tree
Showing 4 changed files with 1,583 additions and 4 deletions.
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.2.1",
"build:report": "sh ./scripts/build-ui.sh v0.3.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
Loading

0 comments on commit a0a7a09

Please sign in to comment.