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
npm run build Build all targets and update dist/ folder.
Test
npm test Test outputs.
(Optional) npm run lint Fix lint issues with npm run format
(Optional) npm run test:playwright:playground:update-snapshots Update snapshots. This uses an custom env var to only to only update screenshots that differ from the previous ones (Playwright only supports none, all, or missing). To update all screenshots, use npm run test:playwright:playground:update-snapshots -- --update-snapshots. It's possible to target a single sample by using -g <sample-name>.
Run
Start a server with all samples using npm start
Staging
For staging samples (not common), use Cloud Source Repositories which are controlled by an access control list.
These libraries are community supported. We're comfortable enough with the stability and features of
the libraries that we want you to build real production applications on it.
If you find a bug, or have a feature suggestion, please log an issue. If you'd like to contribute, please read How to Contribute.