Skip to content

Commit 9e0097a

Browse files
Kamil Sobolakshbhu
authored andcommitted
fix: set registry in build steps (aws-amplify#12303)
* fix: standalone test build * fix: standalone test build
1 parent d187ffc commit 9e0097a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
executor: l_xlarge
108108
steps:
109109
- checkout
110+
- run: yarn config set registry https://registry.npmjs.org
110111
- run: yarn config set script-shell $(which bash)
111112
- run: yarn run production-build
112113
- run:
@@ -132,6 +133,7 @@ jobs:
132133
executor: l_xlarge
133134
steps:
134135
- checkout
136+
- run: yarn config set registry https://registry.npmjs.org
135137
- run: yarn config set script-shell $(which bash)
136138
- run: yarn install
137139
- run:

0 commit comments

Comments
 (0)