From 6566e0e54f217beba0600016f52ac593702b1efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=99=9A=20PH=E2=91=A6=20de=20Soria=E2=84=A2=E2=99=9B?= Date: Fri, 5 Jul 2024 18:43:49 +1000 Subject: [PATCH] Remove ambitious command --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index a18f457..c405df8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "eslint:fix": "eslint --fix client", "prettier:check": "prettier --check 'client/**/*.{ts,js,jsx,tsx,json}'", "prettier:fix": "prettier --write 'client/**/*.{ts,js,jsx,tsx,json}'", - "lint": "npm run prettier:fix", "test": "glob -c 'tsx --test' '**/*.test.ts'" }, "dependencies": {