Skip to content

Commit 0cbbd26

Browse files
committed
fix(website): enable build scripts in pnpm config
1 parent 3d6a5fb commit 0cbbd26

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/.npmrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
package-manager-strict-version=false
22
public-hoist-pattern[]=*
3+
4+
# Allow native modules to run their build scripts
35
onlyBuiltDependencies[]=better-sqlite3
46
onlyBuiltDependencies[]=esbuild
57
onlyBuiltDependencies[]=sharp
68
onlyBuiltDependencies[]=@parcel/watcher
9+
onlyBuiltDependencies[]=unrs-resolver
10+
onlyBuiltDependencies[]=daisy-ui-kit
11+
12+
# Disable the new pnpm security feature that blocks scripts
13+
enableScripts=true

0 commit comments

Comments
 (0)