We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1a23d commit 131510dCopy full SHA for 131510d
scripts/publish.ts
@@ -11,7 +11,7 @@ async function publish(): Promise<void> {
11
12
// publish the prereleases private packages
13
await execaCommand(
14
- `yarn lerna exec --scope '@algolia/client-composition' --no-bail -- npm_config_registry=https://registry.npmjs.org/ npm publish --access private --tag alpha`,
+ `yarn lerna exec --scope '@algolia/client-composition' --no-bail -- npm_config_registry=https://registry.npmjs.org/ npm publish --access private --tag alpha --tag latest`,
15
{
16
shell: 'bash',
17
},
0 commit comments