chore: switch from yarn to bun
parent
5bdc53440b
commit
f283a8f4c8
3
Makefile
3
Makefile
|
@ -39,4 +39,5 @@ gen:
|
||||||
go run .
|
go run .
|
||||||
|
|
||||||
format-html:
|
format-html:
|
||||||
yarn prettier --write .
|
bun install prettier
|
||||||
|
bun prettier --write .
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier": "2.8.1"
|
"prettier": "^2.8.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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==
|
|
Loading…
Reference in New Issue