Skip to content

Commit 08fdb39

Browse files
feat(postBuild): add post-build script for package activation and precompilation
1 parent 6bc9af9 commit 08fdb39

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

binder/postBuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
set -euxo pipefail
3+
julia -e 'using Pkg; Pkg.activate("binder"); Pkg.instantiate(); Pkg.precompile()'

0 commit comments

Comments
 (0)