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
chore(samples): mark sample apps private so publish only ships sample-lib-*
Sample apps (web-*, backend, cloud, extension) are scaffold sources, not npm
packages — create-cpp.js bundles them as templates. Marking them `private: true`
(playgrounds already are) makes `pnpm publish` skip them automatically. Only the
demo C++ libraries (`@cpp.js/sample-lib-*`), which scaffolded projects install
as a dependency, stay publishable.
0 commit comments