Skip to content

Commit

Permalink
fix: publish 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Aug 20, 2022
1 parent 2ce4752 commit 2b34e12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/rollout/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ async function npmPublish(pkgJson, options) {
}
args.push(npmDir, '--ignore-scripts');

args.push(publishDir, '--ignore-scripts');

// We run the lifecycle scripts manually to ensure they run in
// the package root, not the publish dir
await runLifecycle('prepublish', pkgJson);
Expand Down

0 comments on commit 2b34e12

Please sign in to comment.