graphql-fields-list icon indicating copy to clipboard operation
graphql-fields-list copied to clipboard

Stop *.ts from publishing

Open acro5piano opened this issue 3 years ago • 4 comments

Hi, thank you for the great library.

Using TypeScript 4.3.2, there are errors on this library because it includes .ts file. It should not be published. This behavior cannot be changed even if tsconfig.json set to the following:

{
  "compilerOptions": {
    "skipLibCheck": true, /* Skip type checking of declaration files. */
  },
  "exclude": [
    "node_modules"
  ]

image

Best regards

acro5piano avatar Jun 17 '21 03:06 acro5piano

Pull Request Test Coverage Report for Build 72

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 70: 0.0%
Covered Lines: 124
Relevant Lines: 124

💛 - Coveralls

coveralls avatar Jun 17 '21 03:06 coveralls

Pull Request Test Coverage Report for Build 72

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 70: 0.0%
Covered Lines: 124
Relevant Lines: 124

💛 - Coveralls

coveralls avatar Jun 17 '21 03:06 coveralls

@acro5piano Did you find any workaround for this? I'm having the same issue

abrkn avatar Oct 07 '22 09:10 abrkn

@abrkn Deleting the file after install seems to be the only workaround for now.

https://github.com/acro5piano/knex-graphql-utils/blob/master/package.json#L20

acro5piano avatar Oct 07 '22 10:10 acro5piano