Open ruzell22 opened 14 hours ago
Before fix:
adding -f json
to attw command, it shows which file and which problem with export it is having.
After fix:
yarn run custom-checks
and attw with and without -f json
flag are all passing
EDIT:
I made changes to index.js and index.d.ts, however, it is not being added by git add -A before committing and pushing the code.
Commit to be reviewed
ci(github): fix type exports in packages/cactus-common
Fixes: #3635
Pull Request Requirements
upstream/main
branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.-s
flag when usinggit commit
command. You may refer to this link for more information.Character Limit
A Must Read for Beginners For rebasing and squashing, here's a must read guide for beginners.