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 a bug where the build command didn't work as it didn't have the source code to build from.
Fix another issue here the publish job couldn't complete as it could not find the cache information. Turns out we don't need that so removed the cache requirement as we are only trying to execute npm publish, not npm install.
0 commit comments