Skip to content

Commit

Permalink
Fix Typo
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 28, 2025
1 parent bc1c4a0 commit e07ded6
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 e07ded6

Please sign in to comment.