We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43e202 commit dac45f4Copy full SHA for dac45f4
scripts/danger.sh
@@ -7,4 +7,4 @@ yarn build
7
yarn lint:json
8
yarn test
9
yarn codecov
10
-yarn danger ci
+yarn danger ci || true # for external PRs danger will fail because of token
0 commit comments