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 .
format-html:
bun install --no-save prettier
bun prettier --write .
bunx prettier --write .
srht:
# https://srht.site/quickstart

View File

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