Skip to content

Commit

Permalink
run no-new-func test when building for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Sep 3, 2021
1 parent 1211ac9 commit d00ea0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"baseline": "node test/image/make_baseline.js",
"noci-baseline": "npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'",
"preversion": "check-node-version --node 16 --npm 7 && npm-link-check && npm ls --prod --all",
"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",
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
"postpublish": "node tasks/sync_packages.js",
"postshrinkwrap": "chttps ."
Expand Down

0 comments on commit d00ea0e

Please sign in to comment.