Skip to content

Commit a24ec88

Browse files
committed
2.x: Fixed tarballs, mising lib folder
1 parent cede0a7 commit a24ec88

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
@@ -67,7 +67,7 @@
6767
"lint": "eslint . --ext .ts",
6868
"postpack": "shx rm -f oclif.manifest.json",
6969
"posttest": "yarn lint",
70-
"prepack": "oclif manifest && oclif readme",
70+
"prepack": "shx rm -rf lib && tsc -b && oclif manifest && oclif readme",
7171
"version": "oclif readme && git add README.md",
7272
"renamedist": "renamer --chain renamedist.js dist/*"
7373
},

0 commit comments

Comments
 (0)