Skip to content

Commit 37069f8

Browse files
committed
update release script
1 parent f6f84c8 commit 37069f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The following commands should be run when doing a release, where `{semver-type}` is `major`, `minor`, or `patch`.
44

55
```sh
6-
npm install --workspaces
6+
npm update --workspaces
77
npm run build --workspaces
88
bin/release {semver-type}
99
git tag "{version}"

0 commit comments

Comments
 (0)