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

Commit

Permalink
Fix postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Nov 28, 2020
1 parent c6cc96e commit 18fed8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -eux
jlpm install
cd packages/jupyterlab_toastify
yarn run build
jlpm run build
cd ../..

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

0 comments on commit 18fed8d

Please sign in to comment.