build: use bunx

main
sudo pacman -Syu 2023-05-18 23:23:54 +07:00
parent 12ca80d56f
commit 4c6a8436bb
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -1,5 +0,0 @@
{
"devDependencies": {
"prettier": "^2.8.4"
}
}