Skip to content

Commit

Permalink
Do not package tests
Browse files Browse the repository at this point in the history
Fixes #275

This commit adds a `.npmignore` file to help control what's not included in
the `timeline-chart` npm package. We now skip packaging the test, which should
reduce the package size considerably.

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Mar 5, 2024
1 parent 7bf5633 commit 8784f3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions timeline-chart/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
unitTest
__tests__
jest.config.json
tsconfig.json

0 comments on commit 8784f3d

Please sign in to comment.