mirror of
https://github.com/suzuki-shunsuke/drone-jsonnet-generator.git
synced 2026-04-20 18:16:46 +02:00
18 lines
462 B
JSON
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"
|
|
}
|
|
}
|