File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3838 "lint" : " eslint --version && eslint ." ,
3939 "lint-fix" : " eslint . --fix || true" ,
4040 "no-new-func" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-new-func: warn}' $(find dist -type f -iname '*.js')" ,
41- "no-bad-char" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-misleading-character-class: error}' $(find dist -type f -iname '*.js' | grep plotly)" ,
4241 "no-dup-keys" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-dupe-keys: error}' $(find dist -type f -iname '*.js' | grep plotly)" ,
4342 "no-es6-dist" : " node tasks/no_es6_dist.js" ,
4443 "pretest" : " node tasks/pretest.js" ,
6059 "baseline" : " node test/image/make_baseline.js" ,
6160 "noci-baseline" : " npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'" ,
6261 "preversion" : " check-node-version --node 18 --npm 10 && npm-link-check && npm ls --prod --all" ,
63- "version" : " npm run build && npm run no-bad-char && git add -A lib dist build src/version.js" ,
62+ "version" : " npm run build && git add -A lib dist build src/version.js" ,
6463 "postversion" : " node -e \" console.log('Version bumped and committed. If ok, run: git push && git push --tags')\" " ,
6564 "postpublish" : " node tasks/sync_packages.js" ,
6665 "postshrinkwrap" : " chttps ."
You can’t perform that action at this time.
0 commit comments