Skip to content

Commit a7ca49d

Browse files
[CRAFTING] Add Screenshot Updater CLI tool for updating widgets e2e screenshots locally (#1874)
2 parents ded8515 + 10abd31 commit a7ca49d

4 files changed

Lines changed: 982 additions & 1 deletion

File tree

automation/scripts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"lint:enableme": "eslint . --ext .mjs",
1616
"root-script:commitlint": "commitlint",
1717
"root-script:format-staged": "pretty-quick --staged --config \"./.prettierrc.cjs\" --pattern \"**/{src,script,typings,test,**}/**/*.{cjs,mjs,js,jsx,ts,tsx,scss,xml,md,json}\"",
18-
"update-screenshots": "node update-screenshots.mjs"
18+
"update-screenshots": "node update-screenshots.mjs",
19+
"update-screenshots-local": "node update-screenshots-local.mjs"
1920
},
2021
"dependencies": {
2122
"@commitlint/cli": "^19.8.1",

0 commit comments

Comments
 (0)