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
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
"reset": "npm run _install && npm run bootstrap && npm run _unlink",
"start": "lerna run start --parallel",
"watch": "npm run start",
"develop": "npm run start",
"build": "lerna run build --stream --no-private",
"release:patch": "npm run verify-git-not-dirty && npm run build && lerna version patch --yes && lerna run build:unpkg:dist --no-private && lerna publish from-package --yes",
"release:prerelease:dev": "npm run verify-git-not-dirty && npm run build && lerna version prerelease --yes && lerna run build:unpkg:dist --no-private && lerna publish from-package --dist-tag dev --yes"