File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2424 "preprocess" : " node tasks/preprocess.js" ,
2525 "bundle" : " node tasks/bundle.js" ,
2626 "header" : " node tasks/header.js" ,
27- "build" : " npm dedupe && npm run preprocess && npm run bundle && npm run header" ,
27+ "build" : " npm run preprocess && npm run bundle && npm run header" ,
2828 "cibuild" : " node tasks/cibundle.js" ,
2929 "watch" : " node tasks/watch_plotly.js" ,
3030 "lint" : " eslint . || true" ,
3838 "start-test_dashboard" : " node devtools/test_dashboard/server.js" ,
3939 "start-image_viewer" : " node devtools/image_viewer/server.js" ,
4040 "baseline" : " ./tasks/baseline.sh" ,
41+ "preversion" : " npm-link-check && npm dedupe" ,
4142 "version" : " npm run build && git add -A dist src build" ,
4243 "postversion" : " git push && git push --tags"
4344 },
9495 "karma-firefox-launcher" : " ^0.1.6" ,
9596 "karma-jasmine" : " ^0.3.6" ,
9697 "node-sass" : " ^3.4.1" ,
98+ "npm-link-check" : " ^1.1.0" ,
9799 "open" : " 0.0.5" ,
98100 "prepend-file" : " ^1.3.0" ,
99101 "prettysize" : " 0.0.3" ,
You can’t perform that action at this time.
0 commit comments