Skip to content

Commit

Permalink
fix(release): Exclude test utilities from NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Nov 17, 2022
1 parent 4694ed5 commit a48090f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

!build/lib/**
build/lib/integration_tests
build/lib/**/_test_utils.*
build/lib/testUtils/**
build/lib/**/*.spec.js*

!LICENSE
Expand Down

0 comments on commit a48090f

Please sign in to comment.