fix(config): Add local permissions configuration for pnpm test commands in .claude/settings.local.json
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-05-24 - 11.2.4 - fix(config)
|
||||||
|
Add local permissions configuration for pnpm test commands in .claude/settings.local.json
|
||||||
|
|
||||||
|
- Introduced .claude/settings.local.json to allow Bash(pnpm test:*) permissions
|
||||||
|
- Ensured local testing commands have proper execution rights
|
||||||
|
|
||||||
## 2025-05-21 - 11.2.2 - fix(tests/settings)
|
## 2025-05-21 - 11.2.2 - fix(tests/settings)
|
||||||
Improve test assertions and update local settings permissions
|
Improve test assertions and update local settings permissions
|
||||||
|
|
||||||
|
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartfile',
|
name: '@push.rocks/smartfile',
|
||||||
version: '11.2.2',
|
version: '11.2.4',
|
||||||
description: 'Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.'
|
description: 'Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user