Skip to content

Commit 2d45e4f

Browse files
committed
chore(deps): approve build scripts
1 parent a8886ba commit 2d45e4f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,14 @@
6262
"publishConfig": {
6363
"access": "public",
6464
"registry": "https://registry.npmjs.org"
65+
},
66+
"pnpm": {
67+
"onlyBuiltDependencies": [
68+
"@parcel/watcher",
69+
"esbuild"
70+
],
71+
"ignoredBuiltDependencies": [
72+
"core-js"
73+
]
6574
}
6675
}

0 commit comments

Comments
 (0)