democratic-csi/ci/bin/build.sh

12 lines
202 B
Bash
Executable File

#!/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 -zcvf node_modules.tar.gz node_modules