fix(build): rename hooks to hook per openclaw schema
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"type": "module",
|
||||
"openclaw": {
|
||||
"extensions": ["./dist/index.js"],
|
||||
"hooks": []
|
||||
"hook": []
|
||||
},
|
||||
"scripts": {
|
||||
"build": "esbuild src/index.ts --bundle --platform=node --target=node18 --outfile=dist/index.js --format=esm --external:@lancedb/lancedb --external:@lancedb/lancedb-darwin-arm64 --external:fsevents --external:chokidar",
|
||||
|
||||
Reference in New Issue
Block a user