We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da74e41 commit 9e06e2bCopy full SHA for 9e06e2b
2 files changed
.circleci/config.yml
@@ -26,7 +26,7 @@ jobs:
26
# fallback to using the latest cache if no exact match is found
27
- v1-dependencies-
28
29
- - run: npm install
+ - run: npm config set '@bit:registry' https://node.bit.dev && npm install
30
31
- save_cache:
32
paths:
.npmrc
0 commit comments