Skip to content

Commit

Permalink
passing types
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie ⚡ committed Jul 4, 2022
1 parent 0e28276 commit 8cc7d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: pnpm Install
run: pnpm install
- name: Build Packages
run: pnpm --filter "./packages/**" build
run: pnpm --filter "./packages/**" build && pnpm --filter @reubin/graphql-api db:generate
# - name: Setup DB
# run: pnpm --filter @reubin/graphql-api db:push
# env:
Expand Down
1 change: 1 addition & 0 deletions apps/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "npx prisma generate && npx tsc",
"dev": "ts-node-dev --no-notify --respawn --transpile-only src/server --watch src/*.ts",
"db:push": "npx prisma db push",
"db:generate": "npx prisma generate",
"test": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit 8cc7d61

Please sign in to comment.