Skip to content

Commit

Permalink
Make sure pre & post scripts are enabled
Browse files Browse the repository at this point in the history
pnpm defaults to enable-pre-post-scripts=false leading to a broken example on the first run.
  • Loading branch information
HaNdTriX committed Sep 30, 2022
1 parent 4d0503f commit bf858d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/with-react-intl/.npmrc
@@ -0,0 +1 @@
enable-pre-post-scripts=true

0 comments on commit bf858d8

Please sign in to comment.