react/scripts/circleci/build.sh

11 lines
196 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 test