refactor(plugin): extract dirigent slash command and fix recursive prepare copy
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"TASKLIST.md"
|
||||
],
|
||||
"scripts": {
|
||||
"prepare": "mkdir -p dist/dirigent && cp plugin/* dist/dirigent/",
|
||||
"prepare": "mkdir -p dist/dirigent && cp -r plugin/* dist/dirigent/",
|
||||
"postinstall": "node scripts/install-dirigent-openclaw.mjs --install",
|
||||
"uninstall": "node scripts/install-dirigent-openclaw.mjs --uninstall",
|
||||
"update": "node scripts/install-dirigent-openclaw.mjs --update"
|
||||
|
||||
Reference in New Issue
Block a user