Skip to content

Commit df35b63

Browse files
committed
fix(template): allow all deps to run postinstall scripts
1 parent 87d977a commit df35b63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/create-lang/template/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@
3939
"publishConfig": {
4040
"access": "public",
4141
"registry": "https://registry.npmjs.org/"
42+
},
43+
"pnpm": {
44+
"neverBuiltDependencies": []
4245
}
4346
}

0 commit comments

Comments
 (0)