Skip to content

Commit

Permalink
🛠️ removed deprecated biome commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafSpecs committed Jul 20, 2024
1 parent 2fe15f3 commit edd7813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sideEffects": false,
"type": "module",
"scripts": {
"apply": "npx @biomejs/biome check --apply .",
"apply": "npx @biomejs/biome check --write .",
"build": "remix vite:build",
"clean": "rimraf build",
"deploy": "fly deploy --remote-only",
Expand All @@ -13,7 +13,7 @@
"format": "npx @biomejs/biome format .",
"format:write": "npx @biomejs/biome format --write .",
"lint": "npx @biomejs/biome lint .",
"lint:fix": "npx @biomejs/biome lint --apply .",
"lint:fix": "npx @biomejs/biome lint --write .",
"nuke": "echo \"☢️ Running nuke command...\n\";npm run clean && rimraf node_modules package-lock.json && npm i && patch-package",
"postclone": "npm run nuke",
"postinstall": "patch-package",
Expand Down

0 comments on commit edd7813

Please sign in to comment.