Revert "Attempt to reenable tsc"

This reverts commit 5700b101b2. We still need to
fix it in photos before re-enabling this.
This commit is contained in:
Manav Rathi 2024-04-07 08:28:13 +05:30
parent 5700b101b2
commit 0071182721
No known key found for this signature in database

View file

@ -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",