Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit 18fed8d

Browse files
authored
Fix postBuild
1 parent c6cc96e commit 18fed8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -eux
55
jlpm install
66
cd packages/jupyterlab_toastify
7-
yarn run build
7+
jlpm run build
88
cd ../..
99

1010
jupyter labextension link packages/jupyterlab_toastify packages/test-jlab-toastify --no-build

0 commit comments

Comments
 (0)