Skip to content

Commit

Permalink
fix: add npm run format to make format
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 25, 2021
1 parent ef12b4e commit 7d844a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ docs/cli: .bin/clidoc
clidoc .

.PHONY: format
format: .bin/goimports
format: .bin/goimports node_modules
goimports -w -local github.com/ory/keto *.go internal cmd contrib
npm run form

.PHONY: install
install:
Expand Down

0 comments on commit 7d844a8

Please sign in to comment.