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
fix(ci): remove redundant cd commands in workflow scripts
The working-directory is already set to 'packages/cli', so the 'cd packages/cli' commands in each script were failing by trying to cd into a non-existent nested directory.
0 commit comments