post-checkout 125 B

1234
  1. #!/bin/bash
  2. echo "rebuilding extension"
  3. (npm install && npm run build:serverextension) || echo "fail to rebuild javascript"