Skip to content

Commit

Permalink
fix: include schema.sql and seed.sql in package files
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliolomeli committed Jan 8, 2025
1 parent ea9d1c0 commit b40fc48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/adapter-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
}
},
"files": [
"dist"
"dist",
"schema.sql",
"seed.sql"
],
"dependencies": {
"@elizaos/core": "workspace:*",
Expand Down

0 comments on commit b40fc48

Please sign in to comment.