7 lines
65 B
Makefile
7 lines
65 B
Makefile
include frontend.env
|
|
|
|
|
|
frontend-lint:
|
|
yarn lint && yarn format
|
|
|