mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user