Skip to content

Commit dac45f4

Browse files
committed
ci: Allow danger to fail
1 parent c43e202 commit dac45f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/danger.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ yarn build
77
yarn lint:json
88
yarn test
99
yarn codecov
10-
yarn danger ci
10+
yarn danger ci || true # for external PRs danger will fail because of token

0 commit comments

Comments
 (0)