fix(build): changed from postinstall script to regular grunt task for the copying of npm dependencies into public dir, fixes #4003
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = function(grunt) {
|
||||
'jscs',
|
||||
'tslint',
|
||||
'clean:release',
|
||||
'copy:node_modules',
|
||||
'copy:public_to_gen',
|
||||
'typescript:build',
|
||||
'karma:test',
|
||||
|
||||
Reference in New Issue
Block a user