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 b26ce10 commit 18b7a7aCopy full SHA for 18b7a7a
release.mjs
@@ -9,7 +9,7 @@ workspaces.forEach(async (workspace) => {
9
const buildPackagePath = path.resolve('./packages/' + workspace);
10
await updatePackage(buildPackagePath + '/package.json', { version: pkg.version });
11
exec(
12
- `cd ${buildPackagePath} && npm publish --access=public`,
+ `cd ${buildPackagePath} && npm publish --tag=beta`,
13
(err, stdout, stderr) => {
14
if (err) {
15
console.error(err);
0 commit comments