Skip to content

Commit 1da3427

Browse files
committed
fix: force optionals to be installd in .npmrc
This is a workaround for a bug in npm that won't install optional dependencies.
1 parent c9f1cbf commit 1da3427

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
@RaspberryPiFoundation:registry=https://npm.pkg.github.com
22
//npm.pkg.github.com/:_authToken=${NPM_AUTH_TOKEN}
3+
optional=true
4+
include=optional

0 commit comments

Comments
 (0)