Skip to content

Commit

Permalink
Remove pre-publish step of copying readme.md, no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
steveukx committed Feb 17, 2022
1 parent 0d0c198 commit 80651d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-tigers-eat.md
@@ -0,0 +1,5 @@
---
"simple-git": patch
---

Resolve issue in prePublish script
3 changes: 1 addition & 2 deletions simple-git/package.json
Expand Up @@ -62,8 +62,7 @@
"build:compile": "node scripts/build.js",
"build:defs": "tsc -p tsconfig.release.json --outDir dist && cp -r typings dist",
"build:pkg": "node scripts/package-json.js",
"build:docs": "cp ../readme.md .",
"prepublishOnly": "yarn build:docs && yarn build:pkg",
"prepublishOnly": "yarn build:pkg",
"test": "jest --coverage"
},
"publish": {
Expand Down

0 comments on commit 80651d5

Please sign in to comment.