You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
#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.
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
andyarn audit
and is not good practice.The text was updated successfully, but these errors were encountered: