1#!/bin/bash 2 3npm install 4 5./node_modules/.bin/esbuild --minify --bundle javascript-source/forester.js --outfile=forester.js 6 7