Skip to content

Commit

Permalink
fix typo in pnpm generate
Browse files Browse the repository at this point in the history
  • Loading branch information
mipyykko committed Jun 15, 2023
1 parent 67bdd31 commit 458dd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- run:
name: "Set up Prisma"
command: |
pnpm enerate
pnpm generate
- save_cache:
key: backend-cache-{{ checksum "pnpm-lock.yaml" }}-{{ checksum "prisma/schema.prisma" }}-{{ checksum "patches.hash" }}
paths:
Expand Down

0 comments on commit 458dd0a

Please sign in to comment.