We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1211ac9 commit d00ea0eCopy full SHA for d00ea0e
package.json
@@ -57,7 +57,7 @@
57
"baseline": "node test/image/make_baseline.js",
58
"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 --all",
60
- "version": "npm run build && npm run no-bad-char && git add -A lib dist build src/version.js",
+ "version": "npm run build && npm run no-bad-char && npm run no-new-func && git add -A lib dist build src/version.js",
61
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
62
"postpublish": "node tasks/sync_packages.js",
63
"postshrinkwrap": "chttps ."
0 commit comments