Skip to content

Commit 7683d84

Browse files
committed
Remove oclif readme when from npm prepack
1 parent aa8f9f4 commit 7683d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"scripts": {
7070
"postpack": "rm -f oclif.manifest.json",
7171
"posttest": "tslint -p test -t stylish",
72-
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme",
72+
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest",
7373
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
7474
"version": "oclif-dev readme && git add README.md"
7575
},

0 commit comments

Comments
 (0)