Skip to content

Commit

Permalink
doc(examples): update README install instructions for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly committed Sep 27, 2024
1 parent af7fabe commit 9c26e98
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs-blog-cms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ npm i
# or
yarn
# or
pnpm
pnpm --ignore-workspace i
```

3. Finally, copy your local `.env.example` as `.env.local` and fill your `OPENAI_API_KEY`.
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-blog-cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@inngest/workflow-kit": "0.0.0-alpha-20240927084938",
"@inngest/workflow-kit": "0.1.3-alpha-20240927112743-cfb6053c0cb7347670c83bb0edcd2edaedd11d9c",
"@mdx-js/mdx": "^3.0.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/nextjs-blog-cms/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c26e98

Please sign in to comment.