Skip to content

Commit 6c61566

Browse files
authored
chore: yarn why typescript (#123)
1 parent dddf9c2 commit 6c61566

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/preventTypescriptDep.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
yarn install --production
1313
if [ -d node_modules/typescript ]; then
1414
echo "Typescript dependency found";
15+
yarn why typescript;
1516
exit 1;
1617
fi

0 commit comments

Comments
 (0)