Merge pull request #256 from resin-io/fix-node-modules

revert overly optimistic cleanup of lodash module
This commit is contained in:
Petros Angelatos 2016-09-15 17:57:01 -07:00 committed by GitHub
commit 143f7d8aef

View File

@ -61,7 +61,6 @@ RUN find . -path '*/coverage/*' -o -path '*/test/*' -o -path '*/.nyc_output/*' \
-o -name '*.md' -o -name '*.patch' -o -name '*.png' \
-o -name '*.yml' \
-delete \
&& find . -type f -path '*/node_modules/lodash*' ! -name lodash.js -delete \
&& find . -type f -path '*/node_modules/sqlite3/deps*' -delete \
&& find . -type f -path '*/node_modules/knex/build*' -delete