mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
fix(project): add missing dependencies to format targets
This commit is contained in:
4
Makefile
4
Makefile
@@ -132,11 +132,11 @@ test-js: .build/deps-build-node.ok
|
||||
test: lint test-go test-js
|
||||
|
||||
.PHONY: format-go
|
||||
format-go:
|
||||
format-go: .build/deps-build-go.ok
|
||||
gofmt -l -s -w .
|
||||
|
||||
.PHONY: format-js
|
||||
format-js:
|
||||
format-js: .build/deps-build-node.ok
|
||||
cd ui && ./node_modules/.bin/prettier --write 'src/**/*.js'
|
||||
|
||||
.PHONY: show-version
|
||||
|
||||
Reference in New Issue
Block a user