#!/bin/bash echo "rebuilding extension" (npm install && npm run build) || echo "fail to rebuild javascript"