Skip to content

Commit 7fc3dd1

Browse files
authored
Merge pull request #130 from salesforcecli/mdonnalley/typescript-error-output
chore: update error output
2 parents c7e9d40 + 29c23cd commit 7fc3dd1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/preventTypescriptDep.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
- run: |
1212
yarn install --production
1313
if [ -d node_modules/typescript ]; then
14-
echo "Typescript dependency found";
14+
echo "ERROR: Typescript dependency found";
15+
echo "--- yarn why typescript ---"
1516
yarn why typescript;
17+
echo "--- npm ls typescript---"
18+
npm ls typescript
1619
exit 1;
1720
fi

0 commit comments

Comments
 (0)