Skip to content

Commit

Permalink
Use build:dev:prod:minimize for Binder
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Oct 8, 2023
1 parent af99890 commit e5399db
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 @@ -34,7 +34,7 @@ _("rm", ".git")
_("mkdir", "-p", ".git/hooks")
_("python", "-m", "pip", "install", "-e", ".")
_("jlpm", "install")
_("jlpm", "build")
_("jlpm", "build:dev:prod:minimize")
os.chdir(cwd)

# verify the environment is self-consistent before even starting
Expand Down

0 comments on commit e5399db

Please sign in to comment.