Skip to content

Commit 377cd20

Browse files
committed
Binder Update
1 parent a31308b commit 377cd20

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Save, reuse, and share code snippets using JupyterLab Code Snippets
44

5-
![Github Actions Status](https://github.com/jupytercalpoly/jupyterlab-code-snippets/workflows/Build/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jahn96/jupyterlab-code-snippets.git/jupyterlab_update?urlpath=lab) [![Node version](https://img.shields.io/node/v/jupyterlab-code-snippets.svg?style=flat)](https://npmjs.org/package/jupyterlab-code-snippets 'View this project on npm')[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)[![Documentation Status](https://readthedocs.org/projects/jupyterlab-code-snippets-documentation/badge/?version=latest)](https://jupyterlab-code-snippets-documentation.readthedocs.io/en/latest/?badge=latest)
5+
![Github Actions Status](https://github.com/jupytercalpoly/jupyterlab-code-snippets/workflows/Build/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupytercalpoly/jupyterlab-code-snippets.git/master?urlpath=lab) [![Node version](https://img.shields.io/node/v/jupyterlab-code-snippets.svg?style=flat)](https://npmjs.org/package/jupyterlab-code-snippets 'View this project on npm')[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)[![Documentation Status](https://readthedocs.org/projects/jupyterlab-code-snippets-documentation/badge/?version=latest)](https://jupyterlab-code-snippets-documentation.readthedocs.io/en/latest/?badge=latest)
66

77
This extension is a derivative of [Elyra](https://github.com/elyra-ai/elyra)'s original design and further developed by Jupyter Cal Poly Team.
88

binder/postBuild

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,18 @@ _('rm', '-rf', './code_snippet')
5858
_('rm', '-rf', './code_snippet.egg-info')
5959
_('rm', '-rf', './schema')
6060
_('rm', '-rf', './node_modules')
61+
_('rm', '-rf', './coverage')
62+
_('rm', '-rf', './test')
63+
_('rm', '-rf', './testutils')
6164
_('rm', './install.json')
6265
_('rm', './package.json')
6366
_('rm', './PROGRESS.md')
6467
_('rm', './setup.py')
6568
_('rm', './pyproject.toml')
6669
_('rm', './tsconfig.json')
70+
_('rm', './tsconfig.test.json')
71+
_('rm', './babel.config.js')
72+
_('rm', './jest.config.js')
6773
_('rm', './tsconfig.tsbuildinfo')
6874
_('rm', './yarn.lock')
6975
_('rm', './MANIFEST.in')

0 commit comments

Comments
 (0)