Skip to content

Commit

Permalink
fix: remove npm publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
ramasilveyra committed Jun 7, 2022
1 parent cf88aad commit 439f75e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tasks/Publish/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default class PublishTask extends Task {
await uploadPackage(this.config, this.pkg, gitpkgRegistryURL);
// 5 - Run postpublish scripts.
this.emit('subtask', 6, 6, '🏇 Running postpublish scripts');
await execLifecycleScript('publish', this.pkg, pkgPath);
await execLifecycleScript('postpublish', this.pkg, pkgPath);

return {
Expand Down

0 comments on commit 439f75e

Please sign in to comment.