Skip to content

Commit

Permalink
fix: set registry in build steps (#12303)
Browse files Browse the repository at this point in the history
* fix: standalone test build

* fix: standalone test build
  • Loading branch information
sobolk authored and akshbhu committed Apr 18, 2023
1 parent bfd4ff8 commit 32dab01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
executor: l_xlarge
steps:
- checkout
- run: yarn config set registry https://registry.npmjs.org
- run: yarn config set script-shell $(which bash)
- run: yarn run production-build
- run:
Expand All @@ -132,6 +133,7 @@ jobs:
executor: l_xlarge
steps:
- checkout
- run: yarn config set registry https://registry.npmjs.org
- run: yarn config set script-shell $(which bash)
- run: yarn install
- run:
Expand Down

0 comments on commit 32dab01

Please sign in to comment.