Skip to content

Commit

Permalink
docs: fix postinstall typo in nodejs cookbook (#4251)
Browse files Browse the repository at this point in the history
Fix the error in hooks replace `post_install` with `postinstall`
  • Loading branch information
arafays authored Jan 29, 2025
1 parent 3156d3c commit c610d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mise-cookbook/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ node = '22'
[hooks]
# Enabling corepack will install the `pnpm` package manager specified in your package.json
# alternatively, you can also install `pnpm` with mise
post_install = 'npx corepack enable'
postinstall = 'npx corepack enable'

[env]
_.path = ['./node_modules/.bin']
Expand Down

0 comments on commit c610d18

Please sign in to comment.