Skip to content

Commit

Permalink
Merge pull request #216 from recurly/publish
Browse files Browse the repository at this point in the history
Removes README handling from publish hooks
  • Loading branch information
douglasmiller authored Aug 23, 2023
2 parents b4e5b8d + edac20d commit cd95939
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 cd95939

Please sign in to comment.