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 8e91faf + dfdf26c commit 46ca688Copy full SHA for 46ca688
1 file changed
.claude/settings.json
@@ -4,19 +4,19 @@
4
"Bash(node --version)",
5
6
"Bash(npm --version)",
7
- "Bash(SKIP_OLS_SETUP='true' npm run test-headless)",
+ "Bash(npm list*)",
8
"Bash(npm run build)",
9
"Bash(npm run i18n)",
10
"Bash(npm run lint-fix)",
11
"Bash(npm run lint)",
12
- "Bash(npm list:*)",
13
- "Bash(npm view:*)",
+ "Bash(npm run test:unit)",
+ "Bash(npm view*)",
14
+ "Bash(SKIP_OLS_SETUP='true' npm run test-headless*)",
15
+ "Bash(SKIP_OLS_SETUP='true' npm run test*)",
16
- "Bash(npx stylelint:*)",
-
17
- "Bash(git diff:*)",
18
- "Bash(git log:*)",
19
- "Bash(git show:*)",
+ "Bash(git diff*)",
+ "Bash(git log*)",
+ "Bash(git show*)",
20
"Bash(git status)",
21
22
"WebFetch(domain:docs.openshift.com)",
0 commit comments