Files
drone-jsonnet-generator/package.json
2020-05-06 02:14:56 +00:00

18 lines
461 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": "8.3.5",
"@commitlint/config-angular": "8.3.4",
"husky": "4.2.5"
}
}