Skip to content

Commit 9940762

Browse files
authored
Merge pull request #241 from jahn96/dev_branch
Fix build
2 parents 1ac851e + 9cff5a4 commit 9940762

4 files changed

+1
-1
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ jobs:
2929
jlpm run eslint:check
3030
python -m pip install .
3131
32-
jupyter labextension list
3332
python -m jupyterlab.browser_check

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ node_modules/
77
*.ipynb
88
.eslintcache
99
snippets/
10+
dist/
1011

1112
*/labextension/*.tgz
1213
# Created by https://www.gitignore.io/api/python
-116 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)