build: use bunx
parent
12ca80d56f
commit
4c6a8436bb
3
Makefile
3
Makefile
|
@ -40,8 +40,7 @@ gen:
|
||||||
go run .
|
go run .
|
||||||
|
|
||||||
format-html:
|
format-html:
|
||||||
bun install --no-save prettier
|
bunx prettier --write .
|
||||||
bun prettier --write .
|
|
||||||
|
|
||||||
srht:
|
srht:
|
||||||
# https://srht.site/quickstart
|
# https://srht.site/quickstart
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"devDependencies": {
|
|
||||||
"prettier": "^2.8.4"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue