Try to re-enable Prettier

This commit is contained in:
Dan Abramov
2017-06-15 00:30:50 +01:00
parent 83d0dc4989
commit 5b89c1bb2d
29 changed files with 123 additions and 97 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ fi
# These seem out of order but extract-errors must be run after jest.
if [ $((0 % CIRCLE_NODE_TOTAL)) -eq "$CIRCLE_NODE_INDEX" ]; then
COMMANDS_TO_RUN+=('./node_modules/.bin/gulp lint')
# Temporary: I can't figure out why it fails on CI but works locally
# COMMANDS_TO_RUN+=('node ./scripts/prettier/index')
COMMANDS_TO_RUN+=('node ./scripts/prettier/index')
COMMANDS_TO_RUN+=('./node_modules/.bin/gulp flow')
COMMANDS_TO_RUN+=('./node_modules/.bin/grunt build')
COMMANDS_TO_RUN+=('./scripts/circleci/test_extract_errors.sh')