Skip to content

Commit

Permalink
Remove dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
y3fers0n committed May 28, 2024
1 parent 24646ac commit 99bfa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ directories.forEach((directory) => {
console.log(`Publishing ${directory}`);

try {
execSync(`npm publish --dry-run --access public`, {
execSync(`npm publish --access public`, {
stdio: 'inherit',
cwd: dirPath,
});
Expand Down

0 comments on commit 99bfa4c

Please sign in to comment.