We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673b460 commit 08f6b2eCopy full SHA for 08f6b2e
1 file changed
circle.yml
@@ -50,7 +50,7 @@ test:
50
# eslint bot
51
- 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
52
# JS tests for dependencies installed with npm3
53
- - npm run flow check
+ # - npm run flow check
54
- npm test -- --maxWorkers=1
55
56
# build app
0 commit comments