We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7afe79d + 03d73cc commit ca8ff36Copy full SHA for ca8ff36
package.json
@@ -57,7 +57,7 @@
57
"start": "node devtools/test_dashboard/server.js",
58
"baseline": "node test/image/make_baseline.js",
59
"noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'",
60
- "preversion": "check-node-version --node 16 --npm 7 && npm-link-check && npm ls --prod --all",
+ "preversion": "check-node-version --node 16 --npm 8 && npm-link-check && npm ls --prod --all",
61
"version": "npm run build && npm run no-bad-char && git add -A lib dist build src/version.js",
62
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
63
"postpublish": "node tasks/sync_packages.js",
0 commit comments