Skip to content

Commit

Permalink
list production dependencies similar to preversion and do not bypass …
Browse files Browse the repository at this point in the history
…failure
  • Loading branch information
archmoj committed Sep 3, 2021
1 parent d59c041 commit 1211ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/env_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export NODE_OPTIONS='--max-old-space-size=4096' && \
echo "node version: $(node --version)" && \
echo "npm version: $(npm --version)" && \
npm ci && \
npm ls --all || true
npm ls --prod --all

0 comments on commit 1211ac9

Please sign in to comment.