democratic-csi/ci/bin/build.ps1

9 lines
169 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-windows-amd64.tar.gz node_modules