Skip to content

Commit f576361

Browse files
committed
ignore tar.gz during npm pack
1 parent 7ea78b3 commit f576361

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"bin",
1616
"dist",
1717
"oclif.manifest.json",
18-
"README.md"
18+
"README.md",
19+
"!dist/*.tar.gz"
1920
],
2021
"scripts": {
2122
"build": "tsc -b tsconfig.build.json && oclif manifest && oclif readme && copyfiles -u 1 src/**/*.graphql dist/",

0 commit comments

Comments
 (0)