Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Don't publish _test.ts files on NPM. (#164)
Browse files Browse the repository at this point in the history
There is no need to publish the src/**/*_test.ts files.

It causes the tests to execute in dependent packages when those tests are run. This also decreases the NPM package size.

See tensorflow/tfjs#1380

DEV
  • Loading branch information
Nikhil Thorat authored Mar 18, 2019
1 parent 8baf409 commit e3339fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.rpt2_cache/
.vscode/
src/**/*_test.ts
demo/
scripts/
coverage/
Expand Down

0 comments on commit e3339fd

Please sign in to comment.