this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(ts): fix missing exit 1 when runtime library has different values

+1
+1
.gitlab-ci.yml
··· 51 51 if ! diff -q lib.txt ../typescript/lib.txt; then 52 52 diff lib.txt ../typescript/lib.txt 53 53 echo Runtime library has different values, re-run just gen_typescript and commit the changes 54 + exit 1 54 55 fi 55 56 56 57 test:up-to-date-prisma-schema: