This is a guide for contributors.
npm run build
: Build for productionnpm run lint
: Run static-checkingnpm run test
: Run tests (except E2E tests)npm run e2e
: Run E2E tests
- Wait for passing CI...
-
git switch main && git pull
-
rm -rf dist && npm run build
-
npm version <major|minor|patch>
- If you want to release a pre-release version, use the following command instead:
npm version <premajor|preminor|prepatch> --preid=<alpha|beta>
- If you want to update the pre-release version, use the following command instead:
npm version prerelease
- If you want to release a pre-release version, use the following command instead:
-
npm publish
- If you want to publish a pre-release version, use the following command instead:
npm publish --tag=<alpha|beta>
- If you want to publish a pre-release version, use the following command instead:
-
git push --follow-tags
- Update the version of the package in a playground