claude-autopm 2.8.7 → 2.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install/install.js +1 -1
- package/package.json +1 -1
package/install/install.js
CHANGED
|
@@ -976,7 +976,7 @@ See: https://github.com/rafeekpro/ClaudeAutoPM
|
|
|
976
976
|
|
|
977
977
|
// Install scripts
|
|
978
978
|
if (metadata.scripts && metadata.scripts.length > 0) {
|
|
979
|
-
const targetDir = path.join(this.targetDir, 'scripts');
|
|
979
|
+
const targetDir = path.join(this.targetDir, '.claude', 'scripts');
|
|
980
980
|
if (!fs.existsSync(targetDir)) {
|
|
981
981
|
fs.mkdirSync(targetDir, { recursive: true });
|
|
982
982
|
}
|