We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59c041 commit 1211ac9Copy full SHA for 1211ac9
.circleci/env_build.sh
@@ -3,4 +3,4 @@ export NODE_OPTIONS='--max-old-space-size=4096' && \
3
echo "node version: $(node --version)" && \
4
echo "npm version: $(npm --version)" && \
5
npm ci && \
6
-npm ls --all || true
+npm ls --prod --all
0 commit comments