#!/bin/bash set -e set -x export PATH="/usr/local/lib/nodejs/bin:${PATH}" # install deps npm i # tar node_modules to keep the number of files low to upload tar -zcf node_modules.tar.gz node_modules