Skip to content

Commit

Permalink
check slow build (#5469)
Browse files Browse the repository at this point in the history
* log npm version

* replace github with  https

* remove bootstrap timeout

* update with npm package
  • Loading branch information
balakrishna-deriv authored May 18, 2022
1 parent a2b77ed commit eac97da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ commands:
- node-v{{ .Environment.CACHE_VERSION }}-{{ checksum "CACHE_KEY1" }}
- run:
name: "Install npm packages"
no_output_timeout: 30m
command: |
npm run bootstrap
# if [ -d "./node_modules" ]; then
Expand Down
2 changes: 1 addition & 1 deletion packages/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"deploy:production": "echo \"No deploy:production specified\""
},
"dependencies": {
"@binary-com/binary-document-uploader": "github:binary-com/binary-document-uploader",
"@binary-com/binary-document-uploader": "^2.4.6",
"@deriv/components": "^1.0.0",
"@deriv/shared": "^1.0.0",
"@deriv/translations": "^1.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit eac97da

@vercel
Copy link

@vercel vercel bot commented on eac97da May 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app.vercel.app
binary.sx
deriv-app.binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.