Skip to content

Commit

Permalink
Update cache
Browse files Browse the repository at this point in the history
  • Loading branch information
balbatross committed Jul 24, 2023
1 parent 7b8f054 commit b070432
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/app/hivecommand-backend/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import cors from 'cors';
import express from 'express';
import schema from './schema'


import { Pool, types } from 'pg';

import { PrismaClient } from "@hive-command/data";
Expand Down
3 changes: 2 additions & 1 deletion packages/core/command-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"dist/"
],
"prisma": {
"seed": "ts-node prisma/seed"
"seed": "ts-node prisma/seed",
"postinstall": "prisma generate"
},
"scripts": {
"build": "tsc -b"
Expand Down

0 comments on commit b070432

Please sign in to comment.