Unverified Commit 66aeb885 authored by ThatOneCalculator's avatar ThatOneCalculator
Browse files

fix: 🔨 use bun instead of bunx in scripts

parent 7e4a13f8
......@@ -11,8 +11,8 @@
"lint": "bun eslint",
"lint:types": "bun check",
"lint:backend": "pylint backend/",
"eslint": "bunx eslint . --fix",
"format": "bunx prettier --plugin-search-dir --write '**/*.{js,ts,svelte,css,md,html,json}'",
"eslint": "eslint . --fix",
"format": "bun prettier --plugin-search-dir --write '**/*.{js,ts,svelte,css,md,html,json}'",
"format:backend": "yapf --recursive backend -p -i"
},
"devDependencies": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment