Skip to content

Commit ab9384a

Browse files
committed
chore(dist): rebuild
1 parent 65edbed commit ab9384a

File tree

5 files changed

+146
-47
lines changed

5 files changed

+146
-47
lines changed

.claude/settings.local.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@
3434
"Bash(NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest __tests__/context-validation.test.ts)",
3535
"Bash(NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest __tests__/ssh-integration.test.ts)",
3636
"Bash(git diff:*)",
37-
"Bash(git add:*)"
37+
"Bash(git add:*)",
38+
"Bash(NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest __tests__/action-integration.test.ts -t \"should configure git for SSH signing\")",
39+
"Bash(NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest __tests__/git-config-scope.test.ts -t \"should unset config only in current repo\" --no-coverage)",
40+
"Bash(NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest __tests__/git-config-scope.test.ts --no-coverage)",
41+
"Bash(NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest __tests__/integration.test.ts --no-coverage)"
3842
],
3943
"deny": []
4044
}
41-
}
45+
}

dist/cleanup.js

Lines changed: 22 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cleanup.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js

Lines changed: 116 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)