Skip to content

Commit 3a00a76

Browse files
remove check for npm logs
since npm 8.2 logs are alway written, so this step will always fail
1 parent f508435 commit 3a00a76

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ jobs:
5959
mkdir dash-package && cp dist/*.tar.gz dash-package/dash-package.tar.gz
6060
ls -la dash-package
6161
no_output_timeout: 30m
62-
- run:
63-
name: Display npm errors and exit on failed builds
64-
command: |
65-
if [ -d "/home/circleci/.npm/_logs" ]
66-
then
67-
cat /home/circleci/.npm/_logs/*
68-
exit 1
69-
fi
7062
- save_cache:
7163
key: dep-{{ checksum ".circleci/config.yml" }}-{{ checksum "ver.txt" }}-{{ checksum "requires-all.txt" }}
7264
paths:

0 commit comments

Comments
 (0)