Skip to content

Commit e19733f

Browse files
fix(jupyter-widget): bundle error (#10032)
1 parent 2eaa94d commit e19733f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
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

modules/jupyter-widget/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import {MODULE_VERSION, MODULE_NAME} from './version';
1111
// TODO - this should be placed in a separate module `@deck.gl/playground`
1212
import {createDeck, updateDeck} from './playground/create-deck';
13-
import {initPlayground} from './playground';
13+
import {initPlayground} from './playground/playground';
1414
import jupyterTransport from './lib/jupyter-transport';
1515
import JupyterTransportModel from './lib/jupyter-transport-model';
1616
import JupyterTransportView from './lib/jupyter-transport-view';

0 commit comments

Comments
 (0)