1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/scripts/check-release.sh

14 lines
229 B
Bash
Raw Normal View History

#!/bin/bash
set -e
echo -e "\n STEP 1. Check unleash-frontend version"
node scripts/check-release.js $1
echo -e "\n STEP 2. Lint"
yarn run lint
echo -e "\n STEP 3. Build"
yarn run build
echo -e "\n STEP 4. Test"
yarn run test