blob: 3c9a1ea1d2a0bd9ad2c6c5d79743f942e4969845 [file] [log] [blame]
#!/bin/bash
set -e
cd "$(dirname "$0")"
npm --version
node --version
npm install -g yarn
yarn
npm run lint
npm run test
npm run build
npm run cover