Skip to content

Commit 08f6b2e

Browse files
committed
disabled more flow
1 parent 673b460 commit 08f6b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test:
5050
# eslint bot
5151
- cat <(echo eslint; npm run lint --silent -- --format=json; echo flow; npm run flow --silent -- check --json) | GITHUB_TOKEN="af6ef0d15709bc91d""06a6217a5a826a226fb57b7" CI_USER=$CIRCLE_PROJECT_USERNAME CI_REPO=$CIRCLE_PROJECT_REPONAME PULL_REQUEST_NUMBER=$CIRCLE_PR_NUMBER node bots/code-analysis-bot.js
5252
# JS tests for dependencies installed with npm3
53-
- npm run flow check
53+
# - npm run flow check
5454
- npm test -- --maxWorkers=1
5555

5656
# build app

0 commit comments

Comments
 (0)