Skip to content

Commit 18b7a7a

Browse files
committed
released beta
1 parent b26ce10 commit 18b7a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ workspaces.forEach(async (workspace) => {
99
const buildPackagePath = path.resolve('./packages/' + workspace);
1010
await updatePackage(buildPackagePath + '/package.json', { version: pkg.version });
1111
exec(
12-
`cd ${buildPackagePath} && npm publish --access=public`,
12+
`cd ${buildPackagePath} && npm publish --tag=beta`,
1313
(err, stdout, stderr) => {
1414
if (err) {
1515
console.error(err);

0 commit comments

Comments
 (0)