postBuild 263 B

1234567891011121314
  1. #!/usr/bin/env bash
  2. #
  3. # @license BSD-3-Clause
  4. #
  5. # Copyright (c) 2019 Project Jupyter Contributors.
  6. # Distributed under the terms of the 3-Clause BSD License.
  7. set -o errexit
  8. set -o xtrace
  9. jlpm install
  10. jlpm run clean
  11. jlpm run build
  12. jupyter labextension install .