mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-06 06:53:24 +00:00
chore: remove unnecessary use of npx
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"lint": "npx @biomejs/biome check .",
|
"lint": "biome check .",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -19,10 +19,10 @@
|
|||||||
"build:backend": "cd backend && npm run build",
|
"build:backend": "cd backend && npm run build",
|
||||||
"build:frontend": "cd frontend && npm run build",
|
"build:frontend": "cd frontend && npm run build",
|
||||||
"build": "npm run build:backend && npm run build:frontend",
|
"build": "npm run build:backend && npm run build:frontend",
|
||||||
"format": "npx @biomejs/biome format --write .",
|
"format": "biome format --write .",
|
||||||
"format:check": "npx @biomejs/biome format .",
|
"format:check": "biome format .",
|
||||||
"lint": "npx @biomejs/biome check .",
|
"lint": "biome check .",
|
||||||
"lint:fix": "npx @biomejs/biome check --write ."
|
"lint:fix": "biome check --write ."
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "2.2.4",
|
"@biomejs/biome": "2.2.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user