File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 57
57
"baseline" : " node test/image/make_baseline.js" ,
58
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
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" ,
60
+ "version" : " npm run build && npm run no-bad-char && npm run no-new-func && git add -A lib dist build src/version.js" ,
61
61
"postversion" : " node -e \" console.log('Version bumped and committed. If ok, run: git push && git push --tags')\" " ,
62
62
"postpublish" : " node tasks/sync_packages.js" ,
63
63
"postshrinkwrap" : " chttps ."
You can’t perform that action at this time.
0 commit comments