8 lines
82 B
Makefile
8 lines
82 B
Makefile
|
|
lint:
|
|
pnpm biome lint *
|
|
|
|
format:
|
|
pnpm biome format *
|
|
build:
|
|
pnpm run build
|