File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
modules/jupyter-widget/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4444 uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
4545 with :
4646 github-token : ${{ secrets.GITHUB_TOKEN }}
47+ fail-on-error : false
4748
4849 test-website :
4950 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 1010import { MODULE_VERSION , MODULE_NAME } from './version' ;
1111// TODO - this should be placed in a separate module `@deck.gl/playground`
1212import { createDeck , updateDeck } from './playground/create-deck' ;
13- import { initPlayground } from './playground' ;
13+ import { initPlayground } from './playground/playground ' ;
1414import jupyterTransport from './lib/jupyter-transport' ;
1515import JupyterTransportModel from './lib/jupyter-transport-model' ;
1616import JupyterTransportView from './lib/jupyter-transport-view' ;
You can’t perform that action at this time.
0 commit comments