@@ -59,8 +59,7 @@
},
"scripts": {
"test": "grunt test",
- "coveralls": "grunt karma:coveralls && rm -rf ./coverage",
- "postinstall": "./node_modules/.bin/grunt copy:node_modules"
+ "coveralls": "grunt karma:coveralls && rm -rf ./coverage"
"license": "Apache-2.0",
"dependencies": {
@@ -8,6 +8,7 @@ module.exports = function(grunt) {
'jscs',
'tslint',
'clean:release',
+ 'copy:node_modules',
'copy:public_to_gen',
'typescript:build',
'karma:test',
'jshint',
'clean:gen',
'phantomjs',
'css',