gimbal icon indicating copy to clipboard operation
gimbal copied to clipboard

`audit` command conflicts with yarn|npm audit

Open jaygarcia opened this issue 4 years ago • 1 comments

Describe the bug After onboarding the project, I learned that our instructions suggest we add 'audit' to npm run scripts. Problem is that it conflicts with npm audit and yarn audit and is not good practice.

image

image

jaygarcia avatar Feb 26 '20 19:02 jaygarcia

#159 does remove this and you just execute gimbal and it just works. The reason for audit was each audit module was executable individually and audit was the command to run them all... and yea, guess poor choice of name due to the described... just need to get back to v2. ~I think the only thing todo is since we cannot use actions to get the circleci configs back... and then update things and make sure it all still works.~

mitchellsimoens avatar Feb 27 '20 19:02 mitchellsimoens