mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
tech(build): makes npm paths absolute
This commit is contained in:
parent
3d5efd3350
commit
9b57005540
@ -59,9 +59,8 @@
|
||||
"npm": "2.14.x"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "grunt",
|
||||
"test": "grunt test",
|
||||
"coveralls": "grunt karma:coveralls && rm -rf ./coverage"
|
||||
"build": "./node_modules/grunt-cli/bin/grunt",
|
||||
"test": "./node_modules/grunt-cli/bin/grunt test"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user