File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ export NODE_OPTIONS='--max-old-space-size=4096' && \
33echo " node version: $( node --version) " && \
44echo " npm version: $( npm --version) " && \
55npm ci && \
6- npm ls || true
6+ npm ls --all || true
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments