Skip to content

Commit

Permalink
fix(package): don't publish test and tsbuildinfo. (#4464)
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb authored Oct 4, 2023
1 parent f3c8176 commit ae3d2d8
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 13 deletions.
6 changes: 4 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
"directory": "packages/api"
},
"files": [
"dist",
"./core.d.ts",
"dist/schema",
"dist/src-generated",
"dist/src",
"core.d.ts",
"src-generated",
"src"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"files": [
"bin",
"dist",
"dist/src",
"schema",
"src"
],
Expand Down
4 changes: 3 additions & 1 deletion packages/cucumber-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "7.2.0",
"description": "A plugin to use the cucumber test runner in Stryker, the JavaScript mutation testing framework",
"files": [
"dist",
"dist/schema",
"dist/src-generated",
"dist/src",
"src-generated",
"src"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/src/index.js",
"type": "module",
"files": [
"dist",
"dist/src",
"src"
],
"exports": {
Expand Down
4 changes: 3 additions & 1 deletion packages/jasmine-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "7.2.0",
"description": "A plugin to use the Jasmine (NodeJS) test runner in Stryker, the mutation testing framework for JavaScript and friends",
"files": [
"dist",
"dist/schema",
"dist/src-generated",
"dist/src",
"src-generated",
"src"
],
Expand Down
4 changes: 3 additions & 1 deletion packages/jest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "7.2.0",
"description": "A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework",
"files": [
"dist",
"dist/schema",
"dist/src-generated",
"dist/src",
"src-generated",
"src"
],
Expand Down
4 changes: 3 additions & 1 deletion packages/karma-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "7.2.0",
"description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework",
"files": [
"dist",
"dist/schema",
"dist/src-generated",
"dist/src",
"src-generated",
"src",
"stryker-karma.conf.cjs"
Expand Down
4 changes: 3 additions & 1 deletion packages/mocha-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "7.2.0",
"description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework",
"files": [
"dist",
"dist/schema",
"dist/src-generated",
"dist/src",
"src-generated",
"src"
],
Expand Down
4 changes: 3 additions & 1 deletion packages/tap-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "7.2.0",
"description": "A plugin to use the TAP (test anything protocol) test runner in Stryker, the JavaScript mutation testing framework",
"files": [
"dist",
"dist/schema",
"dist/src-generated",
"dist/src",
"src-generated",
"src"
],
Expand Down
4 changes: 3 additions & 1 deletion packages/typescript-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "7.2.0",
"description": "A typescript type checker plugin to be used in Stryker, the JavaScript mutation testing framework",
"files": [
"dist",
"dist/schema",
"dist/src-generated",
"dist/src",
"src-generated",
"src"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "7.2.0",
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends",
"files": [
"dist",
"dist/src",
"src"
],
"exports": {
Expand Down
4 changes: 3 additions & 1 deletion packages/vitest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "7.2.0",
"description": "A plugin to use the vitest test runner and framework in Stryker, the JavaScript mutation testing framework",
"files": [
"dist",
"dist/schema",
"dist/src-generated",
"dist/src",
"src-generated",
"src"
],
Expand Down

0 comments on commit ae3d2d8

Please sign in to comment.