react/scripts/circleci/build.sh

12 lines
201 B
Bash
Executable File

#!/bin/bash
set -e
npm run build -- --extract-errors
git checkout -- scripts/error-codes/codes.json
# Check that the standalone reconciler isn't borked
cd fixtures/reconciler
yarn
yarn test