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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,14 @@ npm run build
46
46
47
47
# Test all binaries
48
48
npm run test
49
-
50
-
# Publish all packages to npm
51
-
npm run publish-all
52
49
```
53
50
54
51
### Versioning
55
52
56
53
Set the versions across all packages & update the root's dependency specs
57
54
58
55
```bash
59
-
$ npm run version --ws --iwr 0.24.1-pre.2
56
+
$ npm version --ws --iwr 0.24.1-pre.2
60
57
```
61
58
62
59
> Note: `npm` will error because of the optional deps `"os"` & `"cpu"` definitions. You can safely ignore this error as the operation will still successfully update the `package.json
0 commit comments