democratic-csi/ci/bin/build.ps1

9 lines
155 B
PowerShell

node --version
npm --version
# install deps
npm i
# tar node_modules to keep the number of files low to upload
tar -zcf node_modules.tar.gz node_modules