fix: addlicense bug!!!
This commit is contained in:
parent
4794137d42
commit
1295d15eb3
2
Makefile
2
Makefile
@ -42,7 +42,7 @@ format: # format code.
|
||||
|
||||
.PHONY: add-copyright
|
||||
add-copyright: # add license to file headers.
|
||||
@addlicense -v -f $(ROOT_DIR)/LICENSE -ignore deployment/** -ignore migrations/** -ignore $(OUTPUT_DIR) $(ROOT_DIR)
|
||||
addlicense -v -f $(ROOT_DIR)/LICENSE -ignore deployment/** -ignore migrations/** .
|
||||
|
||||
.PHONY: swagger
|
||||
swagger: # Run swagger.
|
||||
|
Loading…
Reference in New Issue
Block a user