Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 8d9de83

Browse files
committed
Revert "Retry npm install in CI (#352)"
This reverts commit 9f65f9d.
1 parent efd31b6 commit 8d9de83

2 files changed

Lines changed: 3 additions & 63 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
name: Install and link the module
6565
command: |-
6666
mkdir -p /home/node/.npm-global
67-
./.circleci/npm-install-retry.js
67+
npm install
6868
environment:
6969
NPM_CONFIG_PREFIX: /home/node/.npm-global
7070
- run: npm test
@@ -92,7 +92,7 @@ jobs:
9292
command: |
9393
cd samples/
9494
npm link ../
95-
./../.circleci/npm-install-retry.js
95+
npm install
9696
environment:
9797
NPM_CONFIG_PREFIX: /home/node/.npm-global
9898
- run:
@@ -175,6 +175,6 @@ jobs:
175175
user: node
176176
steps:
177177
- checkout
178-
- run: ./.circleci/npm-install-retry.js
178+
- run: npm install
179179
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
180180
- run: npm publish --access=public

.circleci/npm-install-retry.js

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)