We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
readme.md
1 parent 0d0c198 commit 80651d5Copy full SHA for 80651d5
.changeset/rare-tigers-eat.md
@@ -0,0 +1,5 @@
1
+---
2
+"simple-git": patch
3
4
+
5
+Resolve issue in prePublish script
simple-git/package.json
@@ -62,8 +62,7 @@
62
"build:compile": "node scripts/build.js",
63
"build:defs": "tsc -p tsconfig.release.json --outDir dist && cp -r typings dist",
64
"build:pkg": "node scripts/package-json.js",
65
- "build:docs": "cp ../readme.md .",
66
- "prepublishOnly": "yarn build:docs && yarn build:pkg",
+ "prepublishOnly": "yarn build:pkg",
67
"test": "jest --coverage"
68
},
69
"publish": {
0 commit comments