Skip to content

Commit d7f9b5a

Browse files
committed
Fix build failure
1 parent 036348e commit d7f9b5a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ dmypy.json
115115

116116

117117
# Jupyter Stuff
118-
code_snippet/
119-
jupyterlab-code-snippets
118+
jupyterlab-code-snippets/
120119
_temp_extension/
121120
yarn.lock

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"jupyterlab": {
114114
"extension": true,
115115
"schemaDir": "schema",
116-
"outputDir": "code_snippet/labextension"
116+
"outputDir": "jupyterlab-code-snippets/labextension"
117117
},
118118
"husky": {
119119
"hooks": {

0 commit comments

Comments
 (0)