diff --git a/apps/shared/package.json b/apps/shared/package.json index 83e2a31e3ffa..3d3c921e14dc 100644 --- a/apps/shared/package.json +++ b/apps/shared/package.json @@ -10,6 +10,7 @@ "scripts": { "lint": "eslint src/", "lint:fix": "eslint src/ --fix", + "fix": "npm run lint:fix", "typecheck": "tsc -p . --noEmit", "check": "npm run typecheck" },