Skip to content

Commit

Permalink
fix(bump): publish should use unsafeExec
Browse files Browse the repository at this point in the history
  • Loading branch information
rochejul committed Aug 14, 2024
1 parent dd498b0 commit 7f7442c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lib/npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export async function updateNpmWorkspaceDependecy(dependencyName, workspace) {
}

export async function publishOnNpmRegistry() {
await asyncExec(`npm run dev:publish`);
await unsafeAsyncExec(`npm run dev:publish`);
}

0 comments on commit 7f7442c

Please sign in to comment.