Skip to content

Commit b4fade4

Browse files
committed
fix: no json output
1 parent 606fc51 commit b4fade4

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
@@ -10,6 +10,6 @@ if [[ ! -z $DANGER_GITHUB_API_TOKEN ]]; then
1010
yarn codecov
1111
yarn danger ci || true # for external PRs danger will fail because of token
1212
else
13-
yarn lint:json
13+
yarn lint
1414
yarn test
1515
fi

0 commit comments

Comments
 (0)