Skip to content

Commit

Permalink
Adding modclean to have smaller release tar balls
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 authored and phil-davis committed Mar 18, 2019
1 parent fc4b48c commit b84b14f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 514 deletions.
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
},
"scripts": {
"clean-modules": "modclean -r --patterns=\"default:safe,owncloud:basic\"",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), '../core/vendor', 'junction') } catch (e) { }\""
"postinstall": "modclean -r --patterns=\"default:safe\" && node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), '../core/vendor', 'junction') } catch (e) { }\""
}
}

0 comments on commit b84b14f

Please sign in to comment.