We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents add6cc1 + bd98e7e commit 3b8878fCopy full SHA for 3b8878f
3 files changed
automation/scripts/package.json
@@ -14,7 +14,8 @@
14
"lint": "echo 'Lint disabled for now, please update package scripts'",
15
"lint:enableme": "eslint . --ext .mjs",
16
"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}\""
+ "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"
19
},
20
"dependencies": {
21
"@commitlint/cli": "^19.8.1",
0 commit comments