node-eventstore-client/build-and-test.sh
2023-01-30 15:08:59 -05:00

12 lines
147 B
Bash
Executable File

#!/usr/bin/env bash
set -e
if [[ -d /var/code/src ]]; then
cp -R /var/code/{src,test,*.js,*.json} .
fi
npm i
npm run build
npm run test-debug