From 007118272134bf88482a3fa0992d36a69ae1cfc4 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sun, 7 Apr 2024 08:28:13 +0530 Subject: [PATCH] Revert "Attempt to reenable tsc" This reverts commit 5700b101b2a68b7a09628fd1487ad9093c1496db. We still need to fix it in photos before re-enabling this. --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 606ee14cdf..3b8697bd8c 100644 --- a/web/package.json +++ b/web/package.json @@ -27,7 +27,7 @@ "dev:payments": "yarn workspace payments dev", "dev:photos": "yarn workspace photos next dev", "dev:staff": "yarn workspace staff dev", - "lint": "yarn prettier --check . && yarn workspaces run eslint --report-unused-disable-directives && yarn workspaces run tsc", + "lint": "yarn prettier --check . && yarn workspaces run eslint --report-unused-disable-directives", "lint-fix": "yarn prettier --write . && yarn workspaces run eslint --fix .", "preview": "yarn preview:photos", "preview:accounts": "yarn build:accounts && python3 -m http.server -d apps/accounts/out 3001",