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: remove unnecessary dependencies install step from spell check
The spell check uses npx cspell which doesn't require project
dependencies to be installed. The jlpm install step was causing
authentication failures when trying to fetch @deepnote/blocks.
0 commit comments