Skip to content

Commit

Permalink
fix: stops packaging ember-try node_modules
Browse files Browse the repository at this point in the history
Currently ember-bulma packages ember-try node_modules after the tests finish with each ember-try version. This results in the npm installed package being WAY larger than the source (157MB on disk). This adds the ember-try node_modules to npmignore, matching other addon's like [ember-concurrency](https:/machty/ember-concurrency/blob/master/.npmignore).
  • Loading branch information
Michael Head authored Dec 7, 2018
1 parent 2c1a9b8 commit 889061f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@
bower.json
ember-cli-build.js
testem.js

# ember-try
.node_modules.ember-try/
bower.json.ember-try
package.json.ember-try

0 comments on commit 889061f

Please sign in to comment.