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 24
24
"preprocess" : " node tasks/preprocess.js" ,
25
25
"bundle" : " node tasks/bundle.js" ,
26
26
"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" ,
28
28
"cibuild" : " node tasks/cibundle.js" ,
29
29
"watch" : " node tasks/watch_plotly.js" ,
30
30
"lint" : " eslint . || true" ,
38
38
"start-test_dashboard" : " node devtools/test_dashboard/server.js" ,
39
39
"start-image_viewer" : " node devtools/image_viewer/server.js" ,
40
40
"baseline" : " ./tasks/baseline.sh" ,
41
+ "preversion" : " npm-link-check && npm dedupe" ,
41
42
"version" : " npm run build && git add -A dist src build" ,
42
43
"postversion" : " git push && git push --tags"
43
44
},
94
95
"karma-firefox-launcher" : " ^0.1.6" ,
95
96
"karma-jasmine" : " ^0.3.6" ,
96
97
"node-sass" : " ^3.4.1" ,
98
+ "npm-link-check" : " ^1.1.0" ,
97
99
"open" : " 0.0.5" ,
98
100
"prepend-file" : " ^1.3.0" ,
99
101
"prettysize" : " 0.0.3" ,
You can’t perform that action at this time.
0 commit comments