Files
drone-jsonnet-generator/package.json
2020-05-05 22:53:21 +00:00

18 lines
462 B
JSON

{
"scripts": {
"commitmsg": "commitlint -e $GIT_PARAMS",
"precommit": "npm run vet && npm t && npm run lint",
"test": "go test ./... -covermode=atomic",
"fmt": "bash scripts/fmt.sh",
"vet": "go vet ./...",
"lint": "golangci-lint run",
"c": "bash scripts/coverage.sh",
"tag": "bash scripts/tag.sh"
},
"devDependencies": {
"@commitlint/cli": "7.6.1",
"@commitlint/config-angular": "6.1.3",
"husky": "0.14.3"
}
}