Skip to content

Instantly share code, notes, and snippets.

@dev-sampsonorson
Created February 28, 2022 16:27
Show Gist options
  • Save dev-sampsonorson/b779c29661b3800744e0ff30c31491d2 to your computer and use it in GitHub Desktop.
Save dev-sampsonorson/b779c29661b3800744e0ff30c31491d2 to your computer and use it in GitHub Desktop.
Enabling pre and post hooks in pnpm

Enabling pre and post hooks in pnpm

.npmrc option

enable-pre-post-scripts = true

Command line option

pnpm config set enable-pre-post-scripts true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment