Я перенес свой проект из беседки в пряжу, и теперь у меня есть
"postinstall":
"node -e \"try {
require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'),
'bower_components', 'junction') }
catch (e) { }\""
В моем package.json
, что делает postinstall
?