mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:51:13 +08:00
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) {
|
||||
'jshint',
|
||||
'tslint',
|
||||
'clean:gen',
|
||||
'copy:node_modules',
|
||||
'copy:public_to_gen',
|
||||
'phantomjs',
|
||||
'css',
|
||||
|
Reference in New Issue
Block a user