Skip to content

Commit

Permalink
prisma generate in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Jan 7, 2024
1 parent 643c019 commit fb858c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
node-version-file: package.json
- run: npm ci
- run: npx prisma generate
working-directory: ./projects/server
- run: npm run lint
- run: npm run check-format
- run: npm run build
Expand Down
1 change: 1 addition & 0 deletions projects/admin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "./node_modules/.dump",
"module": "ES2022",
"moduleResolution": "Bundler",
Expand Down
1 change: 1 addition & 0 deletions projects/client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "./node_modules/.dump",
"module": "ES2022",
"moduleResolution": "Bundler",
Expand Down

0 comments on commit fb858c7

Please sign in to comment.