Skip to content

Commit ccde9e8

Browse files
ignore npm logs [revertme]
1 parent 78de5bb commit ccde9e8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: .circleci/config.yml

-8
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)