fix: pre push is no more
This commit is contained in:
@@ -6,12 +6,6 @@
|
|||||||
{
|
{
|
||||||
'prettier': { 'run': 'bunx prettier . --write' },
|
'prettier': { 'run': 'bunx prettier . --write' },
|
||||||
'eslint': { 'run': 'bunx eslint . --fix' },
|
'eslint': { 'run': 'bunx eslint . --fix' },
|
||||||
},
|
|
||||||
},
|
|
||||||
'pre-push':
|
|
||||||
{
|
|
||||||
'commands':
|
|
||||||
{
|
|
||||||
'go-fmt': { 'run': 'go fmt ./...' },
|
'go-fmt': { 'run': 'go fmt ./...' },
|
||||||
'go-lint': { 'run': 'bun run lint:go' },
|
'go-lint': { 'run': 'bun run lint:go' },
|
||||||
'go-test': { 'run': 'go test ./...' },
|
'go-test': { 'run': 'go test ./...' },
|
||||||
|
|||||||
Reference in New Issue
Block a user