mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-13 21:33:32 +08:00
fix: remove unused hook install test constant
This commit is contained in:
@@ -23,8 +23,6 @@ function readJson(filePath) {
|
|||||||
return JSON.parse(fs.readFileSync(filePath, 'utf8'));
|
return JSON.parse(fs.readFileSync(filePath, 'utf8'));
|
||||||
}
|
}
|
||||||
|
|
||||||
const REPO_ROOT = path.join(__dirname, '..', '..');
|
|
||||||
|
|
||||||
function run(args = [], options = {}) {
|
function run(args = [], options = {}) {
|
||||||
const homeDir = options.homeDir || process.env.HOME;
|
const homeDir = options.homeDir || process.env.HOME;
|
||||||
const env = {
|
const env = {
|
||||||
|
|||||||
Reference in New Issue
Block a user