Skip to content

Commit c5eb2d6

Browse files
committed
Fix build
1 parent 1ac851e commit c5eb2d6

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
jlpm run eslint:check
3030
python -m pip install .
3131
32-
jupyter labextension list
32+
jupyter labextension list 2>&1 | grep -ie "jupyterlab-code-snippets.*OK"
3333
python -m jupyterlab.browser_check

.gitignore

Lines changed: 1 addition & 0 deletions
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.
-56.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)