chore: switch from yarn to bun

main
sudo pacman -Syu 2023-01-22 12:18:44 +07:00
parent 5bdc53440b
commit f283a8f4c8
4 changed files with 3 additions and 10 deletions

View File

@ -39,4 +39,5 @@ gen:
go run .
format-html:
yarn prettier --write .
bun install prettier
bun prettier --write .

BIN
bun.lockb Executable file

Binary file not shown.

View File

@ -1,5 +1,5 @@
{
"devDependencies": {
"prettier": "2.8.1"
"prettier": "^2.8.3"
}
}

View File

@ -1,8 +0,0 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
prettier@2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.1.tgz#4e1fd11c34e2421bc1da9aea9bd8127cd0a35efc"
integrity sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==