Skip to content

Commit 09aca06

Browse files
possible fix
1 parent dd91a83 commit 09aca06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ jobs:
707707
command: |
708708
yarn install
709709
yarn --cwd redisinsight/api/ install
710+
yarn --cwd redisinsight/ install
710711
yarn build:statics
711712
no_output_timeout: 15m
712713
- run:
@@ -799,9 +800,12 @@ jobs:
799800
npm install --global yarn
800801
801802
# set ALL_REDIS_COMMANDS=$(curl $ALL_REDIS_COMMANDS_RAW_URL)
803+
# install dependencies
802804
yarn install
803805
yarn --cwd redisinsight/api/ install
806+
yarn --cwd redisinsight/ install
804807
yarn build:statics:win
808+
805809
if [ << parameters.env >> == 'prod' ]; then
806810
yarn package:prod
807811
rm -rf release/win-unpacked

0 commit comments

Comments
 (0)