Skip to content

Commit 80651d5

Browse files
committedFeb 17, 2022
Remove pre-publish step of copying readme.md, no longer required
1 parent 0d0c198 commit 80651d5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎.changeset/rare-tigers-eat.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"simple-git": patch
3+
---
4+
5+
Resolve issue in prePublish script

‎simple-git/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@
6262
"build:compile": "node scripts/build.js",
6363
"build:defs": "tsc -p tsconfig.release.json --outDir dist && cp -r typings dist",
6464
"build:pkg": "node scripts/package-json.js",
65-
"build:docs": "cp ../readme.md .",
66-
"prepublishOnly": "yarn build:docs && yarn build:pkg",
65+
"prepublishOnly": "yarn build:pkg",
6766
"test": "jest --coverage"
6867
},
6968
"publish": {

0 commit comments

Comments
 (0)
Please sign in to comment.