We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddf9c2 commit 6c61566Copy full SHA for 6c61566
1 file changed
.github/workflows/preventTypescriptDep.yml
@@ -12,5 +12,6 @@ jobs:
12
yarn install --production
13
if [ -d node_modules/typescript ]; then
14
echo "Typescript dependency found";
15
+ yarn why typescript;
16
exit 1;
17
fi
0 commit comments