Skip to content

Commit

Permalink
fix(publish): do not npm publish tsconfig.tsbuildinfo (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jan 30, 2024
1 parent aeade05 commit 9223338
Show file tree
Hide file tree
Showing 18 changed files with 87 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# dependencies
/node_modules

# build
tsconfig.tsbuildinfo

# IDE - VSCode
.vscode/*
!.vscode/settings.json
Expand Down
6 changes: 5 additions & 1 deletion packages/binding/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
4 changes: 4 additions & 0 deletions packages/common/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts

# build
tsconfig.tsbuildinfo
**/styles/*.*
6 changes: 5 additions & 1 deletion packages/composite-editor-component/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/custom-footer-component/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/custom-tooltip-plugin/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/empty-warning-component/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/event-pub-sub/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/excel-export/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/graphql/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/odata/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/pagination-component/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/row-detail-view-plugin/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/rxjs-observable/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/text-export/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/utils/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/vanilla-bundle/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo
6 changes: 5 additions & 1 deletion packages/vanilla-force-bundle/src/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Tests, Report & Coverage
**/__tests__/*.*
**/*.spec.ts
**/*.spec.ts

# build
tsconfig.tsbuildinfo

0 comments on commit 9223338

Please sign in to comment.