We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328d2e1 commit c568525Copy full SHA for c568525
.github/workflows/pr-test-new-ci.yml
@@ -103,7 +103,7 @@ jobs:
103
# package.json.
104
echo Y|yarn rari update
105
ARGS=$(echo $GIT_DIFF_CONTENT | sed -E -e "s#(^| )files#\1-f $PWD/files#g")
106
- yarn rari build --no-basic --json-issues $ARGS
+ yarn rari build --no-basic --json-issues --data-issues $ARGS
107
yarn yari-render-html
108
109
echo "Disk usage size of the build"
0 commit comments