Skip to content

Commit f3fc9c9

Browse files
committed
fix(template): use onlyBuiltDependencies as allow list
1 parent df35b63 commit f3fc9c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/create-lang/template/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"registry": "https://registry.npmjs.org/"
4242
},
4343
"pnpm": {
44-
"neverBuiltDependencies": []
44+
"onlyBuiltDependencies": [
45+
"tree-sitter-cli"
46+
]
4547
}
4648
}

0 commit comments

Comments
 (0)