We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f84c8 commit 37069f8Copy full SHA for 37069f8
RELEASE.md
@@ -3,7 +3,7 @@
3
The following commands should be run when doing a release, where `{semver-type}` is `major`, `minor`, or `patch`.
4
5
```sh
6
-npm install --workspaces
+npm update --workspaces
7
npm run build --workspaces
8
bin/release {semver-type}
9
git tag "{version}"
0 commit comments