File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ import { build } from 'esbuild' ;
2+ import { localDevConfig } from '../../esbuild-config.js' ;
3+
4+ // Build plotly.js to be used locally, such as when generating the schema.
5+ // This is the same process used in the test dashboard server script, but
6+ // run only once.
7+ build ( localDevConfig ) ;
Original file line number Diff line number Diff line change 2828 "bundle" : " node tasks/bundle.mjs" ,
2929 "extra-bundles" : " node tasks/extra_bundles.mjs" ,
3030 "locales" : " node tasks/locales.js" ,
31- "schema" : " node tasks/schema.mjs" ,
31+ "schema" : " node devtools/test_dashboard/build.mjs && node tasks/schema.mjs" ,
3232 "stats" : " node tasks/stats.js" ,
3333 "find-strings" : " node tasks/find_locale_strings.js" ,
3434 "preprocess" : " node tasks/preprocess.js" ,
You can’t perform that action at this time.
0 commit comments