Skip to content

Commit

Permalink
Enable pre and post npm scripts
Browse files Browse the repository at this point in the history
pnpm doesn't run things like "prebuild" by default. Since we depend on
that behavior a lot, this enables it for the whole repository.
  • Loading branch information
fvictorio committed Nov 15, 2023
1 parent 1e37ac0 commit c880c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
enable-pre-post-scripts=true

0 comments on commit c880c43

Please sign in to comment.