Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 15c1b97

Browse files
authored
Fix fs-extra related build error (#13)
* Fix fs-extra related build error * Checkpoint
1 parent 55a36fc commit 15c1b97

3 files changed

Lines changed: 195 additions & 195 deletions

File tree

.claude/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
"Bash(npm start:*)",
3535
"Bash(npm run purge-containers:*)",
3636
"Bash(claude-sandbox start:*)",
37-
"Bash(npm run lint)"
37+
"Bash(npm run lint)",
38+
"Bash(npx eslint:*)",
39+
"Bash(npm test:*)",
40+
"Bash(gh issue view:*)",
41+
"Bash(npm install)"
3842
],
3943
"deny": []
4044
},

0 commit comments

Comments
 (0)