Skip to content

Commit 749552f

Browse files
jtpioianhi
andauthored
Switch from jlpm to yarn
Co-authored-by: Ian Hunt-Isaak <[email protected]>
1 parent f305631 commit 749552f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/examples/Widget Custom.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@
128128
"jupyter labextension develop . --overwrite\n",
129129
"\n",
130130
"# rebuild extension Typescript source after making changes\n",
131-
"jlpm run build\n",
131+
"yarn run build\n",
132132
"```\n",
133133
"\n",
134134
"It is also possible to rebuild the widget automatically when there is a new change, using the `watch` script:\n",
135135
"\n",
136136
"```bash\n",
137137
"# watch the source directory in one terminal, automatically rebuilding when needed\n",
138-
"jlpm run watch\n",
138+
"yarn run watch\n",
139139
"```\n",
140140
"\n",
141141
"\n",

0 commit comments

Comments
 (0)