post-checkout 113 B

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