Skip to content

Commit

Permalink
chore: fix publish-please config (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jameskmonger authored Oct 26, 2023
1 parent 80855df commit a4471ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .publishrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
},
"confirm": true,
"publishTag": "latest",
"prePublishScript": "test"
}
"prePublishScript": "npm test"
}

0 comments on commit a4471ec

Please sign in to comment.