Skip to content

Commit

Permalink
Merge pull request #121 from SergeWilfried/patch-prisma-failure
Browse files Browse the repository at this point in the history
fix: update package.json
  • Loading branch information
SergeWilfried authored Mar 2, 2024
2 parents 6c909a7 + 9b94a3a commit bc8b318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scripts": {
"build": "turbo run build",
"build:web": "turbo run build --filter=@documenso/web",
"build:marketing": "turbo run build --filter=@documenso/marketing",
"build:marketing": "turbo run build --filter=@documenso/marketing --filter=!@documenso/prisma",
"dev": "turbo run dev --filter=@documenso/marketing",
"start:marketing": "turbo run start --filter=@documenso/marketing",
"start:web": "turbo run start --filter=@documenso/web",
Expand Down

0 comments on commit bc8b318

Please sign in to comment.