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 was archived by the owner on Dec 30, 2022. It is now read-only.
ci(shipjs): release package in dependent order (#3654)
If we'd use `lerna publish` instead of a publish command per package,
this may not be needed, but I couldn't find how to make that work
correctly with shipjs just yet.
The order is now (note dom-maps is published later):
```
'packages/react-instantsearch-core',
'packages/react-instantsearch-hooks',
'packages/react-instantsearch-dom',
'packages/react-instantsearch-hooks-server',
'packages/react-instantsearch-hooks-web',
'packages/react-instantsearch-native',
'packages/react-instantsearch-dom-maps',
'packages/react-instantsearch'
```
This is equivalent to algolia/ui-components#23
0 commit comments