Files
Minikura/operator/package.json
T

10 lines
203 B
JSON

{
"name": "@minikura/operator",
"private": true,
"scripts": {
"dev": "go run ./cmd --leader-elect=false",
"build": "go build -o bin/operator ./cmd",
"test": "go test ./... -race"
}
}