Browse Source

fix: :hammer: use bun instead of bunx in scripts

ThatOneCalculator 1 năm trước cách đây
mục cha
commit
66aeb885c5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -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": {