Skip to content

Commit d5083b5

Browse files
committed
update bit config in circleci
1 parent ac67107 commit d5083b5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ jobs:
5757
# fallback to using the latest cache if no exact match is found
5858
- v1-dependencies-
5959

60-
- run: npm config set '@bit:registry' https://node.bit.dev && npm install && sudo npm i bit-bin -g && bit import && bit config set analytics_reporting false
60+
- run: npm config set '@bit:registry' https://node.bit.dev
61+
- run: npm install && sudo npm i bit-bin -g
62+
- run: bit config set analytics_reporting false && bit config set error_reporting false
63+
- run: bit import
6164

6265
- save_cache:
6366
paths:

0 commit comments

Comments
 (0)