simplify npm scripts
This commit is contained in:
10
package.json
10
package.json
@@ -5,11 +5,11 @@
|
|||||||
"description": "Zabbix plugin for Grafana",
|
"description": "Zabbix plugin for Grafana",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"build": "./node_modules/.bin/grunt && jest",
|
"build": "grunt && jest",
|
||||||
"watch": "./node_modules/.bin/grunt watch",
|
"watch": "grunt watch",
|
||||||
"codecov": "./node_modules/.bin/grunt && jest --coverage && codecov",
|
"codecov": "grunt && jest --coverage && codecov",
|
||||||
"ci-test": "./node_modules/.bin/grunt && jest --coverage && codecov",
|
"ci-test": "grunt && jest --coverage && codecov",
|
||||||
"benchmark": "./node_modules/.bin/grunt bench"
|
"benchmark": "grunt bench"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user