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 38
38
"lint" : " eslint --version && eslint ." ,
39
39
"lint-fix" : " eslint . --fix || true" ,
40
40
"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)" ,
42
41
"no-dup-keys" : " eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-dupe-keys: error}' $(find dist -type f -iname '*.js' | grep plotly)" ,
43
42
"no-es6-dist" : " node tasks/no_es6_dist.js" ,
44
43
"pretest" : " node tasks/pretest.js" ,
60
59
"baseline" : " node test/image/make_baseline.js" ,
61
60
"noci-baseline" : " npm run cibuild && ./tasks/noci_test.sh image && git checkout dist && echo 'Please do not commit unless the change was expected!'" ,
62
61
"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" ,
64
63
"postversion" : " node -e \" console.log('Version bumped and committed. If ok, run: git push && git push --tags')\" " ,
65
64
"postpublish" : " node tasks/sync_packages.js" ,
66
65
"postshrinkwrap" : " chttps ."
You can’t perform that action at this time.
0 commit comments