Browse Source

Revert changes to install task

pull/2536/head
jlukic 9 years ago
parent
commit
0291b5dfdf
1 changed files with 1 additions and 1 deletions
  1. 2
      tasks/install.js

2
tasks/install.js

@ -82,7 +82,7 @@ module.exports = function () {
}
// run update scripts if semantic.json exists
if(currentConfig) {
if(currentConfig && manager.name === 'NPM') {
var
updateFolder = path.join(manager.root, currentConfig.base),

Loading…
Cancel
Save