Skip to content

Commit

Permalink
DB generate on postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
tedspare committed Oct 22, 2024
1 parent ff68862 commit c164f68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [2024-10-22] [DB generate on postinstall](https://github.com/RubricLab/memory/commit/2aef7c241b719d7baba6dc5daef6d53407540b60)
- [2024-10-22] [Bleed OpenAI](https://github.com/RubricLab/memory/commit/8f9ad0f4af1362c92b596817755ef5ed4afd3c98)
- [2024-10-22] [Use old ES-compatible Set spread](https://github.com/RubricLab/memory/commit/75a93b6fa36f295e66461d204cdc9e5ee9b00fcc)
- [2024-10-22] [Prompt eng deletions and skips](https://github.com/RubricLab/memory/commit/faa1c882d7ee8e7ff0acf36b192f7b98e81a3818)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@rubriclab/memory",
"module": "src/index.ts",
"main": "src/index.ts",
"version": "0.0.40",
"version": "0.0.41",
"private": false,
"type": "module",
"devDependencies": {
Expand Down Expand Up @@ -36,6 +36,7 @@
"schema": "./prisma/schema"
},
"scripts": {
"postinstall": "bun db:generate",
"prepare": "bun x simple-git-hooks",
"db:generate": "kysely-codegen --include-pattern='public.*'",
"bleed": "bun x npm-check-updates -u",
Expand Down

0 comments on commit c164f68

Please sign in to comment.