You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .circleci/config.yml
+21
Original file line number
Diff line number
Diff line change
@@ -493,6 +493,25 @@ jobs:
493
493
name: Display function constructors in all bundles
494
494
command: npm run no-new-func
495
495
496
+
test-stackgl-bundle:
497
+
docker:
498
+
- image: cimg/node:16.17.1
499
+
working_directory: ~/plotly.js
500
+
steps:
501
+
- checkout
502
+
- run:
503
+
name: Set up build environment
504
+
command: cd stackgl_modules && npm ci
505
+
- run:
506
+
name: Bundle bundle-stackgl/index.js
507
+
command: cd stackgl_modules && cp index.js INDEX.js && npm run bundle-stackgl
508
+
- run:
509
+
name: Test stackgl_modules/index.js diff - If failed please remember this file in auto generated and you should not modify it directly until a dependeny change. To suggest changes please submit pull request to the relevant dependency.
0 commit comments