8 lines
61 B
Makefile
8 lines
61 B
Makefile
all:
|
|
npm run build
|
|
|
|
format:
|
|
npm run format
|
|
|
|
.PHONY: format
|