mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(): package.json use local grunt in postinstall script
This commit is contained in:
parent
a167eb4fa1
commit
714129c8e3
@ -60,7 +60,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test",
|
"test": "grunt test",
|
||||||
"coveralls": "grunt karma:coveralls && rm -rf ./coverage",
|
"coveralls": "grunt karma:coveralls && rm -rf ./coverage",
|
||||||
"postinstall": "grunt copy:node_modules"
|
"postinstall": "./node_modules/.bin/grunt copy:node_modules"
|
||||||
},
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user