Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make build exit with error code when interrupted
This addresses issue facebook#1493. Current behavior is that `npm run build` exits code 0 without creating a bundle when interrupted. This change makes the build script catch catchable interruptions and exit with the appropriate error code.
- Loading branch information