Skip to content

Commit

Permalink
chore(publish): fix timeout problem (#3678)
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi authored Sep 26, 2023
1 parent b6e3322 commit fcd323f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,14 @@ jobs:
name: build the other half of the packages
command: |
yarn run build:package-all-1
- run:
name: increase min time out
command: |
npm config set fetch-retry-mintimeout 20000
- run:
name: increase max time out
command: |
npm config set fetch-retry-maxtimeout 120000
- run:
name: publish package versions
command: |
Expand Down
2 changes: 1 addition & 1 deletion modes/segmentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"module": "src/index.tsx",
"engines": {
"node": ">=14",
"npm": ">=6",
"npm": ">=7",
"yarn": ">=1.16.0"
},
"scripts": {
Expand Down
10 changes: 0 additions & 10 deletions swap-node-cypress.sh

This file was deleted.

0 comments on commit fcd323f

Please sign in to comment.