Skip to content

Commit 732c1cf

Browse files
refactor: rewrote the script to not use extra dependencies
1 parent be18bdf commit 732c1cf

7 files changed

Lines changed: 983 additions & 1285 deletions

File tree

automation/scripts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"lint": "echo 'Lint disabled for now, please update package scripts'",
1515
"lint:enableme": "eslint . --ext .mjs",
1616
"root-script:commitlint": "commitlint",
17-
"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}\""
17+
"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-local": "node update-screenshots-local.mjs"
1819
},
1920
"dependencies": {
2021
"@commitlint/cli": "^19.8.1",

0 commit comments

Comments
 (0)