Skip to content

Commit

Permalink
Removes README handling from publish hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissrogers committed Aug 23, 2023
1 parent b4e5b8d commit edac20d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"storybook": "^7.0.24"
},
"scripts": {
"prepublishOnly": "babel lib -d lib-dist && cp README.mdx README.md",
"postpublish": "rm README.md"
"prepublishOnly": "babel lib -d lib-dist"
}
}

0 comments on commit edac20d

Please sign in to comment.