diff --git a/package.json b/package.json index 120123651..18ec311bd 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "prerelease": "yarn run packages", "release": "lerna publish --conventional-commits", "release:beta": "yarn release --npm-tag=beta --preid=beta", + "release:canary": "lerna publish --canary --force-publish=\"*\" --canary --exact --yes --npm-client npm", "precommit": "lint-staged", "commit": "git-cz", "contributors:add": "all-contributors add",