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(demos): also skip type-check script in taco-aa-signing
CI runs both 'check-examples' and 'ci:lint' (which includes 'type-check').
The global type-check command runs type-check on all projects, so we need
to skip it in the taco-aa-signing demo's type-check script as well.
This ensures the demo passes both CI steps that involve type checking.
0 commit comments