mirror of
https://github.com/suzuki-shunsuke/drone-jsonnet-generator.git
synced 2026-02-10 00:22:21 +02:00
18 lines
461 B
JSON
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"
|
|
}
|
|
}
|