Temporarily disable tsc on CI

This commit is contained in:
Manav Rathi 2024-04-05 22:02:40 +05:30
parent 69bd822499
commit 6333792d64
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View file

@ -7,7 +7,6 @@
"@ente/accounts": "*",
"@ente/eslint-config": "*",
"@ente/shared": "*",
"ffmpeg-wasm": "file:../photos/thirdparty/ffmpeg-wasm",
"jszip": "3.10.1",
"mime-types": "^2.1.35"
},

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

View file

@ -2610,7 +2610,7 @@ fastq@^1.6.0:
dependencies:
reusify "^1.0.4"
"ffmpeg-wasm@file:./apps/photos/thirdparty/ffmpeg-wasm", "ffmpeg-wasm@file:apps/photos/thirdparty/ffmpeg-wasm":
"ffmpeg-wasm@file:./apps/photos/thirdparty/ffmpeg-wasm":
version "0.10.1"
dependencies:
is-url "^1.2.4"