Skip to content

Commit 6a755b7

Browse files
committed
list all i.e. npm v7 option similar to npm v6 default
1 parent c342824 commit 6a755b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/env_build.sh

Lines changed: 1 addition & 1 deletion
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 || true
6+
npm ls --all || true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"start": "node devtools/test_dashboard/server.js",
5757
"baseline": "node test/image/make_baseline.js",
5858
"noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'",
59-
"preversion": "check-node-version --node 16 --npm 7 && npm-link-check && npm ls --prod",
59+
"preversion": "check-node-version --node 16 --npm 7 && npm-link-check && npm ls --prod --all",
6060
"version": "npm run build && npm run no-bad-char && git add -A lib dist build src/version.js",
6161
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
6262
"postpublish": "node tasks/sync_packages.js",

0 commit comments

Comments
 (0)