Skip to content

Commit 0bbb6c3

Browse files
authored
fix: fix prebuild script not executing after pnpm migration (#189)
1 parent 51c9d01 commit 0bbb6c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
# projects using rules_js so that pnpm outside of Bazel lays out a node_modules tree similar to what
33
# rules_js lays out under Bazel (without a hidden node_modules/.pnpm/node_modules)
44
hoist=false
5+
6+
# Pre and post scripts don't run by default like they do with npm and yarn
7+
enable-pre-post-scripts=true

0 commit comments

Comments
 (0)