Skip to content

Commit 1211ac9

Browse files
committed
list production dependencies similar to preversion and do not bypass failure
1 parent d59c041 commit 1211ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/env_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export NODE_OPTIONS='--max-old-space-size=4096' && \
33
echo "node version: $(node --version)" && \
44
echo "npm version: $(npm --version)" && \
55
npm ci && \
6-
npm ls --all || true
6+
npm ls --prod --all

0 commit comments

Comments
 (0)